mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
Install rsync for production publish
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ publish-prod:
|
|||||||
variables:
|
variables:
|
||||||
- ($SSH_PRIVATE_KEY == null || $SSH_REMOTE_IP == null || $SSH_USER == null)
|
- ($SSH_PRIVATE_KEY == null || $SSH_REMOTE_IP == null || $SSH_USER == null)
|
||||||
script:
|
script:
|
||||||
- apt-get update -y && apt-get install python3 libfreetype6 openssh-client -y
|
- apt-get update -y && apt-get install python3 libfreetype6 openssh-client rsync -y
|
||||||
- mkdir .git/hooks -p
|
- mkdir .git/hooks -p
|
||||||
- python3 RUN_THIS.py
|
- python3 RUN_THIS.py
|
||||||
- cd RobustToolbox
|
- cd RobustToolbox
|
||||||
|
|||||||
Reference in New Issue
Block a user