fixed deploy

This commit is contained in:
Wyatt Johnson
2018-02-28 17:31:52 -07:00
parent de54b916ef
commit 8cb75e3bb1
+1 -1
View File
@@ -194,7 +194,7 @@ jobs:
- setup_remote_docker
- run:
name: Deploy the code
command: bash ./scripts/docker.sh
command: bash ./scripts/docker.sh deploy
# filter_deploy will add the filters for a deploy job in a workflow to make it
# only execute on a deploy related job.