mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Install rsync for production publish
This commit is contained in:
@@ -30,7 +30,7 @@ publish-prod:
|
||||
variables:
|
||||
- ($SSH_PRIVATE_KEY == null || $SSH_REMOTE_IP == null || $SSH_USER == null)
|
||||
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
|
||||
- python3 RUN_THIS.py
|
||||
- cd RobustToolbox
|
||||
|
||||
Reference in New Issue
Block a user