This commit is contained in:
@@ -48,5 +48,6 @@ steps:
|
|||||||
. ./ci/prod/.env.runtime
|
. ./ci/prod/.env.runtime
|
||||||
. ./.env.version
|
. ./.env.version
|
||||||
set +a
|
set +a
|
||||||
|
mkdir -p /root/.ssh
|
||||||
install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
|
install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
|
||||||
ssh -o StrictHostKeyChecking=no "${SSH_USER}@${SSH_HOST}" 'bash -s' < ci/prod/scripts/deploy-db.sh
|
ssh -o StrictHostKeyChecking=no "${SSH_USER}@${SSH_HOST}" 'bash -s' < ci/prod/scripts/deploy-db.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user