Skip to content

Commit

Permalink
fix: deploy.yml version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Sep 5, 2022
1 parent eb25b12 commit 5b7fd5d
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 @@ -30,8 +30,8 @@ jobs:
id: set-env-production
if: endsWith(github.ref, 'heads/master') || contains(github.ref, 'tags/v')
run: |
echo "IMAGE_TAG_PREFIX=production-v0-24-3" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-24-3" >> $GITHUB_ENV
echo "IMAGE_TAG_PREFIX=production-v0-25-2" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-25-2" >> $GITHUB_ENV
- name: Output App Env
id: output-app-env
Expand Down

0 comments on commit 5b7fd5d

Please sign in to comment.