fix: permissions in action
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m17s

This commit is contained in:
2025-09-23 20:09:10 +02:00
parent 213d2a579f
commit b490042c20

View File

@@ -24,7 +24,7 @@ jobs:
sudo chmod 600 ../private.key
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
echo "HELOO" > ../test
sudo chmod 600 ../test
sudo chmod 666 ../test
scp -i ../private.key -P ${{ secrets.BLOG_PORT }} ../test blog@madeio.net:/var/www/html/
shell: bash
env: