Install rsync for production publish

This commit is contained in:
Morbo
2023-09-02 16:34:49 +03:00
parent 86c7e259c1
commit 8277147dee

View File

@@ -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