deploy workflow using scp

This commit is contained in:
Theresa Treimer 2025-07-10 22:59:23 +02:00
parent 652944146e
commit 9dda483f78

View file

@ -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