.forgejo/workflows/deploy.yml aktualisiert
Some checks failed
Deploy Scoresniper via SCP / deploy (push) Failing after 34s
Some checks failed
Deploy Scoresniper via SCP / deploy (push) Failing after 34s
This commit is contained in:
parent
658da85c6c
commit
2c1db8b6c2
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ jobs:
|
|||
|
||||
- name: Upload project files via SCP
|
||||
run: |
|
||||
sshpass -p "${{ secrets.SFTP_PASS }}" scp -o StrictHostKeyChecking=no -r ./ ${{ secrets.SFTP_USER }}@ssh.potzplitz.de:/var/www/html/scoresniper
|
||||
sshpass -p "${{ secrets.SFTP_PASS }}" scp -o StrictHostKeyChecking=no -r ./ ${{ secrets.SFTP_USER }}@ssh.potzplitz.de:/var/www/html/scoresniper_dev
|
||||
|
|
Loading…
Reference in a new issue