Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
062bfe95ff | ||
828c43e5a5 | |||
5c3b7eb83e |
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: Install scp and sshpass
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y openssh-client sshpass
|
||||
apt-get install -y openssh-client sshpass
|
||||
|
||||
- name: Upload project files via SCP
|
||||
run: |
|
||||
sshpass -p "${{ secrets.SFTP_PASS }}" scp -o StrictHostKeyChecking=no -r $(pwd) ${{ secrets.SFTP_USER }}@ssh.potzplitz.de:/var/www/html/scoresniper_dev
|
||||
sshpass -p "${{ secrets.SFTP_PASS }}" scp -o StrictHostKeyChecking=no -r $(pwd) ${{ secrets.SFTP_USER }}@ssh.potzplitz.de:/var/www/html/scoresniper_dev
|
Loading…
Reference in a new issue