Skip to content

Commit

Permalink
timelesslounge#239 ARC review - rename deploy.sh to release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Feb 20, 2019
1 parent bc7eb1e commit d07334e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ deploy:
exit -1
release:
script: |-
chmod +x ./deploy.sh $tag staging
./deploy.sh $tag staging
chmod +x ./release.sh $tag staging
./release.sh $tag staging
2 changes: 1 addition & 1 deletion deploy.sh → release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# execute couple of curl requests.

# Get tag and environment from arguments. Example usage:
# deploy.sh 0.0.1 staging
# release.sh 0.0.1 staging
TAG=$1

if [ "$2" != "" ]; then
Expand Down

0 comments on commit d07334e

Please sign in to comment.