From 082c04a73ec2c1922c1ce5c83ed73581d7c50527 Mon Sep 17 00:00:00 2001 From: "Mr. Hyde" Date: Tue, 14 Apr 2015 08:35:47 +0200 Subject: [PATCH] - [misc] fixed typo in circle config file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6b65a34f..5d534838 100644 --- a/circle.yml +++ b/circle.yml @@ -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 chmod +x deploy.sh - ssh core@$DEPLOY_SERVER ./deploy.sh $CIRCLE_PROJECT_REPONAME $CIRCLE_SHA1 \ No newline at end of file