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 337d386 commit ee7255aCopy full SHA for ee7255a
.github/workflows/build-and-deploy.yaml
@@ -75,6 +75,8 @@ jobs:
75
name: Deploy to VPS
76
needs: build-latest
77
steps:
78
+ - name: Checkout repository
79
+ uses: actions/checkout@v4
80
- name: Update files on VPS
81
uses: appleboy/scp-action@v1
82
with:
0 commit comments