Skip to content

Commit

Permalink
deploy-development.yml: update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent 76d91e7 commit 09046de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
build_test_push:
runs-on: ubuntu-latest
environment: development
environment: tf-development
outputs:
image_tag: ${{ steps.set_image_tag.outputs.image_tag }}
steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

development_deploy:
runs-on: ubuntu-latest
environment: development
environment: tf-development
env:
tf_version: '1.5.7'
tg_version: '0.54.0'
Expand Down

0 comments on commit 09046de

Please sign in to comment.