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

Commit

Permalink
Update deploy.sh path.
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 committed Feb 10, 2016
1 parent 5a2e258 commit 9f9c3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Expand Up @@ -21,13 +21,13 @@ deployment:
branch: dev
owner: drupalmel
commands:
- chmod +x ~/$CIRCLE_PROJECT_REPONAME/tests/deploy.sh
- BEET_VERSION="0.1.$CIRCLE_BUILD_NUM" BEET_BOX=beetbox-dev BEET_TEMPLATE=template.json ~/$CIRCLE_PROJECT_REPONAME/tests/deploy.sh
- chmod +x ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh
- BEET_VERSION="0.1.$CIRCLE_BUILD_NUM" BEET_BOX=beetbox-dev BEET_TEMPLATE=template.json ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh
release:
tag: /[0-9]+\.[0-9]+\.[0-9]+/
owner: drupalmel
commands:
- chmod +x ~/$CIRCLE_PROJECT_REPONAME/tests/deploy.sh
- chmod +x ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh
- BEET_VERSION="$CIRCLE_TAG" BEET_BOX=beetbox BEET_TEMPLATE=template.json ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh
- BEET_VERSION="$CIRCLE_TAG" BEET_BOX=beetbox-14.04 BEET_TEMPLATE=template-14.04.json ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh
- BEET_VERSION="$CIRCLE_TAG" BEET_BOX=beetbox-12.04 BEET_TEMPLATE=template-12.04.json ~/$CIRCLE_PROJECT_REPONAME/packer/scripts/deploy.sh

0 comments on commit 9f9c3e7

Please sign in to comment.