deploy workflow using scp, test7, should work now
All checks were successful
/ deploy (push) Successful in 8s
All checks were successful
/ deploy (push) Successful in 8s
This commit is contained in:
parent
2f6888aeed
commit
c4373b73cf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ jobs:
|
||||||
echo "${{secrets.SERVER_SSHKEY}}" > ../server_key &&
|
echo "${{secrets.SERVER_SSHKEY}}" > ../server_key &&
|
||||||
chmod 700 ../server_key &&
|
chmod 700 ../server_key &&
|
||||||
echo "${{secrets.SERVER_SSHKEYSCAN}}" > ../known_hosts &&
|
echo "${{secrets.SERVER_SSHKEYSCAN}}" > ../known_hosts &&
|
||||||
scp -i ../server_key -o UserKnownHostsFile=../known_hosts -r lapis runner@teabucket.eu:/etc/docker/container/cups-webring/lapis
|
scp -i ../server_key -o UserKnownHostsFile=../known_hosts -r lapis runner@teabucket.eu:/etc/docker/container/cups-webring
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue