Skip to content

Commit

Permalink
Merge pull request #486 from ayuki-joto/feat/change-deploy-env-prd
Browse files Browse the repository at this point in the history
refactor: change deploy env name
  • Loading branch information
ayuki-joto authored Dec 17, 2022
2 parents b651197 + 379afac commit 5031e9e
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 @@ -37,8 +37,8 @@ jobs:
id: set-env-production
if: endsWith(github.ref, 'heads/master') || contains(github.ref, 'tags/v')
run: |
echo "IMAGE_TAG_PREFIX=production-v0-25-2" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=production-v0-25-2" >> $GITHUB_ENV
echo "IMAGE_TAG_PREFIX=prd-v0252" >> $GITHUB_ENV
echo "EB_ENVIRONMENT_NAME=prd-v0252" >> $GITHUB_ENV
- name: Output App Env
id: output-app-env
Expand Down

0 comments on commit 5031e9e

Please sign in to comment.