Skip to content

Commit

Permalink
Test deployment to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent 1c9a410 commit d6891aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
with:
app-name: server-doj
#tag-name: ${{ github.ref_name }}
tag-name: staging
tag-name: main

build-image-kansas:
uses: ./.github/workflows/_docker-build-image.yml
secrets: inherit
with:
app-name: server-kansas
#tag-name: ${{ github.ref_name }}
tag-name: staging
tag-name: main

deploy:
needs: [build-image-doj, build-image-kansas]
uses: ./.github/workflows/_terraform-apply.yml
secrets: inherit
with:
#deploy-env: ${{ github.ref_name }}
deploy-env: staging
deploy-env: main

0 comments on commit d6891aa

Please sign in to comment.