deploy workflow using scp, test5

This commit is contained in:
Theresa Treimer 2025-07-10 23:45:23 +02:00
parent 81f1400468
commit dffc1bb9d4

View file

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