Skip to content

Commit

Permalink
github workflows: update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent e5a3a49 commit 54c30e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build_test_push:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
outputs:
image_tag: ${{ steps.set_image_tag.outputs.image_tag }}
steps:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

development_deploy:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
env:
tf_version: '1.5.7'
tg_version: '0.54.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build_push:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
outputs:
image_digest: ${{ steps.build_and_push.outputs.digest || steps.get_digest_from_tagged_image.outputs.image_tag }}
steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
production_deploy:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
env:
tf_version: '1.5.7'
tg_version: '0.54.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build_push:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
outputs:
image_digest: ${{ steps.build_and_push.outputs.digest }}
steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

staging_deploy:
runs-on: ubuntu-latest
environment: ${{ env.environment }}
environment: $environment
env:
tf_version: '1.5.7'
tg_version: '0.54.0'
Expand Down

0 comments on commit 54c30e2

Please sign in to comment.