ci: some fixes
Build and Deploy / Build and Upload (push) Successful in 1m7s
Build and Deploy / Upload (push) Failing after 2s

This commit is contained in:
redglow
2026-06-22 12:53:46 +02:00
parent 440ad779fd
commit 2343af9d2e
+2 -7
View File
@@ -45,15 +45,10 @@ jobs:
with:
name: artifact
path: artifact
- name: Print data
run: |
pwd
ls -la
- name: Upload to server
run: |
pwd
ls -la
mkdir ~/.ssh
ls -la ~
mkdir -p ~/.ssh
chmod 600 ~/.ssh
echo "$SSH_KEYSCAN" > ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts