Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
- [misc] allow execution of deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Apr 14, 2015
1 parent 7a83e93 commit 83fcd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ deployment:

- scp app.zip core@$DEPLOY_SERVER:~/$CIRCLE_PROJECT_REPONAME.zip
- scp deploy.sh core@$DEPLOY_SERVER:~/deploy.sh

- ssh core@DEPLOY_SERVER chmod +x deploy.sh
- ssh core@$DEPLOY_SERVER ./deploy.sh $CIRCLE_PROJECT_REPONAME $CIRCLE_SHA1

0 comments on commit 83fcd0c

Please sign in to comment.