We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91da8 commit 29ee02eCopy full SHA for 29ee02e
1 file changed
.github/workflows/deploy.yml
@@ -19,12 +19,6 @@ jobs:
19
chmod 600 ~/.ssh/id_rsa
20
ssh-keyscan -H "${{ secrets.SERVER_IP }}" >> ~/.ssh/known_hosts
21
22
- - name: Ensure destination directory exists
23
- run: |
24
- ssh -o StrictHostKeyChecking=yes \
25
- "${{ secrets.USERNAME }}@${{ secrets.SERVER_IP }}" \
26
- "mkdir -p '${{ secrets.PROJECT_PATH }}'"
27
-
28
- name: Upload entire repository (preserve venv on server)
29
run: |
30
rsync -az --delete \
0 commit comments