ci: some fixes
This commit is contained in:
@@ -45,15 +45,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: artifact
|
path: artifact
|
||||||
- name: Print data
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
- name: Upload to server
|
- name: Upload to server
|
||||||
run: |
|
run: |
|
||||||
pwd
|
ls -la ~
|
||||||
ls -la
|
mkdir -p ~/.ssh
|
||||||
mkdir ~/.ssh
|
|
||||||
chmod 600 ~/.ssh
|
chmod 600 ~/.ssh
|
||||||
echo "$SSH_KEYSCAN" > ~/.ssh/known_hosts
|
echo "$SSH_KEYSCAN" > ~/.ssh/known_hosts
|
||||||
chmod 600 ~/.ssh/known_hosts
|
chmod 600 ~/.ssh/known_hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user