Initial dev deployment [infra]
This commit is contained in:
@@ -46,9 +46,11 @@ steps:
|
||||
- apk add --no-cache bash openssh-client rsync coreutils
|
||||
- mkdir -p /root/.ssh
|
||||
- install -m 600 secrets/SSH_KEY /root/.ssh/id_rsa
|
||||
- sed -i 's/\r$//' ./ci/prod/.env.runtime
|
||||
- . ./ci/scripts/common/runtime_env.sh
|
||||
- export RUNTIME_ENV_FILE="$(resolve_runtime_env_file "$(resolve_runtime_env_name)")"
|
||||
- sed -i 's/\r$//' "${RUNTIME_ENV_FILE}"
|
||||
- set -a
|
||||
- . ./ci/prod/.env.runtime
|
||||
- . "${RUNTIME_ENV_FILE}"
|
||||
- . ./.env.version
|
||||
- set +a
|
||||
- bash ci/prod/scripts/bootstrap/network.sh
|
||||
|
||||
Reference in New Issue
Block a user