Skip to content

Commit

Permalink
Don't bother renaming the ZIP file
Browse files Browse the repository at this point in the history
That only made sense when we had an S3 bridge, but GitHub Actions communicates directly with CodeDeploy.
  • Loading branch information
waldoj committed Nov 30, 2021
1 parent 8ee2756 commit 21431b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
./deploy/aws_credentials.sh && zip -qr rs-web-deploy . --exclude
*.git* *.scannerwork* && mkdir -p upload && mv rs-web-deploy.zip
upload/rs-web-deploy.zip
- run: >-
if [ "$GITHUB_BRANCH" = "master" ]; then mv upload/rs-web-deploy.zip
upload/rs-web-staging.zip; fi
- run: >-
if [ "$GITHUB_BRANCH" = "master" ]; then
./deploy/increase_verbosity.sh; fi
Expand Down

0 comments on commit 21431b5

Please sign in to comment.