Compare commits
No commits in common. "e61c398eeba50f1464472ccd62f1a968a8bb33f1" and "a46829c5f7a02a90ed87cf14c1f87465343c3852" have entirely different histories.
e61c398eeb
...
a46829c5f7
@ -134,12 +134,12 @@ jobs:
|
||||
run: apt-get update -qq && apt-get install -y rsync openssh-client
|
||||
- name: Deploy to S1 (85.175.7.40:1998)
|
||||
run: |
|
||||
rsync -az --delete-after --human-readable --exclude=wiki --exclude=kubikon-assets \
|
||||
rsync -az --delete-after --human-readable \
|
||||
-e "ssh -i ~/.ssh/id_deploy -o UserKnownHostsFile=~/.ssh/known_hosts -p 1998" \
|
||||
build/ min@85.175.7.40:/var/www/rublox-player/build/
|
||||
- name: Deploy to S2 (192.168.0.124:22, runner в той же сети)
|
||||
run: |
|
||||
rsync -az --delete-after --human-readable --exclude=wiki --exclude=kubikon-assets \
|
||||
rsync -az --delete-after --human-readable \
|
||||
-e "ssh -i ~/.ssh/id_deploy -o UserKnownHostsFile=~/.ssh/known_hosts -p 22" \
|
||||
build/ min@192.168.0.124:/var/www/rublox-player/build/
|
||||
- name: Verify deploy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user