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:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
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