Skip to content

Commit

Permalink
Update github workflow deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Feb 5, 2024
1 parent 3f55408 commit f4c8ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

deploy:
needs: [build]
deploy-worker:
needs: [build, deploy-api]
uses: ./.github/workflows/deployment.yml
with:
versionvar_filename: keeshond
Expand Down

0 comments on commit f4c8ed6

Please sign in to comment.