Skip to content

Commit

Permalink
Merge pull request #87 from Dwolla/continuous-delivery
Browse files Browse the repository at this point in the history
enable continuous delivery since we only deploy on tag builds anyway
  • Loading branch information
bpholt authored Sep 14, 2023
2 parents 52b0683 + c05e027 commit 08e85aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dwollaci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stages:
enableCD: true
build:
nodeLabel: sbt
steps:
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ set -o xtrace -o nounset -o pipefail
npm install -g npm
npm install -g serverless

sbt "deploy Admin"
sbt "show deploy Admin"

0 comments on commit 08e85aa

Please sign in to comment.