ci: some fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user