Compare commits
16 commits
Author | SHA1 | Date | |
---|---|---|---|
4e36aa6c37 | |||
338332604f | |||
2c1db8b6c2 | |||
658da85c6c | |||
206c36f17f | |||
f7a98df110 | |||
12e9c63043 | |||
0d2b03d640 | |||
2bc6fad8ae | |||
45929d86b7 | |||
f81e50e264 | |||
403a5c681b | |||
b8cee04096 | |||
258ba7ba3a | |||
305671a842 | |||
9481ab911d |
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- name: Install scp and sshpass
|
- name: Install scp and sshpass
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y openssh-client sshpass
|
apt-get install -y openssh-client sshpass
|
||||||
|
|
||||||
- name: Upload project files via SCP
|
- name: Upload project files via SCP
|
||||||
run: |
|
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