Compare commits
1 Commits
main
...
fix/ci-no-
| Author | SHA1 | Date | |
|---|---|---|---|
| ac06170925 |
@ -131,7 +131,7 @@ jobs:
|
|||||||
echo "$KNOWN_HOSTS" > ~/.ssh/known_hosts
|
echo "$KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||||
chmod 600 ~/.ssh/known_hosts
|
chmod 600 ~/.ssh/known_hosts
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
run: sudo apt-get update -qq && sudo apt-get install -y rsync openssh-client
|
run: apt-get update -qq && apt-get install -y rsync openssh-client
|
||||||
- name: Deploy to S1 (85.175.7.40:1998)
|
- name: Deploy to S1 (85.175.7.40:1998)
|
||||||
run: |
|
run: |
|
||||||
rsync -az --delete-after --human-readable \
|
rsync -az --delete-after --human-readable \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user