Skip to content

Commit

Permalink
Deploy prebuild JS to production too
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Nov 2, 2016
1 parent 5bbf01a commit 1b02496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
- name: "Deploy Production"
service: deploy
tag: production
command: "ansible-playbook -vv -i hosts/rackspace_prod platform-client-update.yml -e=\"PLATFORM_CLIENT_VERSION=$CI_COMMIT_ID\""
command: >
ansible-playbook -vv -i hosts/rackspace_prod platform-client-update-rsync.yml
-e PLATFORM_CLIENT_DEPLOY_SRC="/vols/last_build"
- name: "Deploy other branches"
service: deploy
command: >
Expand Down

0 comments on commit 1b02496

Please sign in to comment.