Compare commits
8 Commits
feature/st
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| ff0b2bdfca | |||
| 922b00d8d1 | |||
| 1b81448bff | |||
| 983572a126 | |||
| 9681d26d79 | |||
| 87d8d8b913 | |||
| 5161d0300b | |||
| b7f2416e50 |
@@ -235,3 +235,4 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
scp -i ~/.ssh/ecos_deploy_key "${tmp_current}.new" "${DEPLOY_USER}@${DEPLOY_HOST}:/tmp/current.env"
|
scp -i ~/.ssh/ecos_deploy_key "${tmp_current}.new" "${DEPLOY_USER}@${DEPLOY_HOST}:/tmp/current.env"
|
||||||
ssh -i ~/.ssh/ecos_deploy_key "${DEPLOY_USER}@${DEPLOY_HOST}" 'cat /tmp/current.env > /opt/ecos-dev/releases/current.env && rm -f /tmp/current.env && /opt/ecos-dev/deploy.sh state-corp-backend'
|
ssh -i ~/.ssh/ecos_deploy_key "${DEPLOY_USER}@${DEPLOY_HOST}" 'cat /tmp/current.env > /opt/ecos-dev/releases/current.env && rm -f /tmp/current.env && /opt/ecos-dev/deploy.sh state-corp-backend'
|
||||||
|
ssh -i ~/.ssh/ecos_deploy_key "${DEPLOY_USER}@${DEPLOY_HOST}" 'cd /opt/ecos-dev && docker compose --env-file runtime.env --env-file releases/current.env -f compose.yml run --rm --no-deps state-corp-web python src/manage.py migrate --noinput'
|
||||||
|
|||||||
Reference in New Issue
Block a user