forked from Theresa/cups-webring
deploy workflow using scp
This commit is contained in:
parent
652944146e
commit
9dda483f78
1 changed files with 4 additions and 1 deletions
|
|
@ -3,4 +3,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
echo ${{secrets.SERVER_SSHKEY}} >> ../server_key
|
||||
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