Skip to content

Commit 93791f0

Browse files
committed
ci: Use reusable workflow to trigger deploy on staging
1 parent be1039a commit 93791f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ jobs:
2525
needs: docker
2626
secrets:
2727
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28+
29+
deploy:
30+
uses: geokrety/geokrety-gha-workflows/.github/workflows/trigger-staging-deploy.yml@main
31+
needs: docker
32+
secrets:
33+
DEPLOY_HEADER_NAME: ${{ secrets.DEPLOY_HEADER_NAME }}
34+
DEPLOY_HEADER_VALUE: ${{ secrets.DEPLOY_HEADER_VALUE }}
35+
DEPLOY_URL: ${{ secrets.DEPLOY_URL }}

0 commit comments

Comments
 (0)