Skip to content

Commit

Permalink
Merge branch 'feature/safe-ahoy' into 'master'
Browse files Browse the repository at this point in the history
Do not run potentially data-losing deploy command on up.

See merge request GovCMS/govcms8-scaffold!12
  • Loading branch information
stooit committed May 22, 2019
2 parents aa00050 + c527c4b commit 5b4cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ahoyapi: v2
commands:
up:
usage: Build project.
cmd: docker-compose up -d "$@"; ahoy govcms-deploy
cmd: docker-compose up -d "$@";

down:
usage: Delete project (CAUTION).
Expand Down

0 comments on commit 5b4cbbb

Please sign in to comment.