Skip to content

Commit

Permalink
ci: Use reusable workflow to trigger deploy on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 10, 2023
1 parent 6c41ed2 commit 6144705
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
needs: docker
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

deploy:
uses: geokrety/geokrety-gha-workflows/.github/workflows/trigger-staging-deploy.yml@main
needs: docker
secrets:
DEPLOY_HEADER_NAME: ${{ secrets.DEPLOY_HEADER_NAME }}
DEPLOY_HEADER_VALUE: ${{ secrets.DEPLOY_HEADER_VALUE }}
DEPLOY_URL: ${{ secrets.DEPLOY_URL }}

0 comments on commit 6144705

Please sign in to comment.