Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jun 12, 2024
1 parent dc2a4f6 commit 337d34a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,12 @@ jobs:
deploy:
name: Deploy
needs: [ build, docker ]
runs-on: [${{ needs.build.outputs.deploy_env }}, self-hosted]
needs:
- build
- docker
runs-on:
- ${{ needs.build.outputs.deploy_env }}
- self-hosted
environment: ${{ needs.build.outputs.deploy_env }}
env:
THE_VERSION: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 337d34a

Please sign in to comment.