ci: dumb fix

This commit is contained in:
ITQ
2025-04-07 21:14:15 +03:00
parent de3fafedec
commit 9f16caf0d4
+1
View File
@@ -94,6 +94,7 @@ deploy:
- ssh -p $SSH_PORT $SSH_ADDRESS "$AUTH_COMMAND" > /dev/null 2>&1 - ssh -p $SSH_PORT $SSH_ADDRESS "$AUTH_COMMAND" > /dev/null 2>&1
- SET_VERSION="echo "VERSION=$DEPLOYMENT_VERSION" > ~/deploy/.env" - SET_VERSION="echo "VERSION=$DEPLOYMENT_VERSION" > ~/deploy/.env"
- ssh -p $SSH_PORT $SSH_ADDRESS "$SET_VERSION" > /dev/null 2>&1
- scp -P $SSH_PORT -C -r infrastructure/ compose.yaml $SSH_ADDRESS:~/deploy/ > /dev/null 2>&1 - scp -P $SSH_PORT -C -r infrastructure/ compose.yaml $SSH_ADDRESS:~/deploy/ > /dev/null 2>&1
- | - |