Skip to content

Commit 29ee02e

Browse files
committed
Deploy workflow
1 parent cf91da8 commit 29ee02e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
chmod 600 ~/.ssh/id_rsa
2020
ssh-keyscan -H "${{ secrets.SERVER_IP }}" >> ~/.ssh/known_hosts
2121
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-
2822
- name: Upload entire repository (preserve venv on server)
2923
run: |
3024
rsync -az --delete \

0 commit comments

Comments
 (0)