forked from Theresa/cups-webring
deploy workflow using scp, test5
This commit is contained in:
parent
81f1400468
commit
dffc1bb9d4
1 changed files with 3 additions and 1 deletions
|
|
@ -5,5 +5,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
echo "${{secrets.SERVER_SSHKEY}}" > ../server_key
|
||||
echo "${{secrets.SERVER_SSHKEY}}" > ../server_key &&
|
||||
chmod 700 ../server_key &&
|
||||
echo "${{secrets.SERVER_SSHKEYSCAN}}" > ~/.ssh/known_hosts &&
|
||||
scp -i ../server_key -r lapis runner@teabucket.eu:/etc/docker/container/cups-webring/lapis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue