Skip to content

Commit

Permalink
Update deptest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins authored Nov 10, 2024
1 parent 2391f6c commit 9340203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Deploy to server
run: |
sshpass -p '${{ secrets.PWD }}' ssh -v -p 2271 -o StrictHostKeyChecking=no ${{ secrets.USER }}@${{ secrets.HOST }} <<'ENDSSH'
touch /tmp/git_deploy_2
touch /tmp/git_deploy_3
cd /volume1/data/Development/immich-autoalbum
git pull
ENDSSH

0 comments on commit 9340203

Please sign in to comment.