Skip to content

Commit

Permalink
temp: run the deploy on this branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Aug 17, 2024
1 parent 4bce97c commit e217878
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'Deploy'
on:
push:
branches:
- postgres
- main
- staging
workflow_dispatch:
Expand All @@ -13,18 +14,21 @@ jobs:
secrets: inherit
with:
app-name: server-doj
tag-name: ${{ github.ref_name }}
#tag-name: ${{ github.ref_name }}
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: ${{ github.ref_name }}
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: ${{ github.ref_name }}
deploy-env: main

0 comments on commit e217878

Please sign in to comment.