removed debug output
This commit is contained in:
@@ -32,20 +32,18 @@ steps:
|
||||
image: alpine:latest
|
||||
depends_on: [ secrets ]
|
||||
commands:
|
||||
- set -Eeuxo pipefail
|
||||
- set -euo pipefail
|
||||
- apk add --no-cache bash openssh-client rsync coreutils
|
||||
- mkdir -p /root/.ssh
|
||||
- install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
|
||||
# страхуемся от CRLF в env-файле
|
||||
- sed -i 's/\r$//' ./ci/prod/.env.runtime
|
||||
# поднимаем переменные для скрипта
|
||||
- set -a
|
||||
- . ./ci/prod/.env.runtime
|
||||
- . ./.env.version
|
||||
- set +a
|
||||
# просто запускаем внешний скрипт
|
||||
- bash ci/prod/scripts/deploy-db.sh
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user