Skip to content

Commit

Permalink
Copy, don't move, Appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Nov 30, 2021
1 parent f97415f commit 2199943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
./deploy/increase_verbosity.sh; fi
- run: >-
if [ "$GITHUB_BRANCH" = "master" ]; then
mv appspec-staging.yml appspec.yml
cp appspec-staging.yml appspec.yml
elif [ "$GITHUB_BRANCH" = "deploy" ]; then
mv appspec-deploy.yml appspec.yml
cp appspec-deploy.yml appspec.yml
fi
deploy:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 2199943

Please sign in to comment.