We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fdaff commit 0cea694Copy full SHA for 0cea694
.github/workflows/build-and-deploy.yaml
@@ -25,6 +25,7 @@ jobs:
25
deploy:
26
runs-on: ubuntu-latest
27
name: Deploy to VPS
28
+ needs: build
29
steps:
30
- name: Download build artifacts
31
uses: actions/download-artifact@v4
0 commit comments