diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 18:07:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 18:07:52 -0300 |
commit | be4a8b8845ec38070a906cfe117f5d4bd25e7009 (patch) | |
tree | b11a73d9429bf2a34a40f72e75baad749b30372b /scripts/ci/setup.sh | |
parent | Use known-hosts.txt with public key from the rotated SSH key pair (diff) | |
download | server-be4a8b8845ec38070a906cfe117f5d4bd25e7009.tar.gz server-be4a8b8845ec38070a906cfe117f5d4bd25e7009.tar.xz |
Remove unused cloud-config.env.yaml
Diffstat (limited to 'scripts/ci/setup.sh')
-rwxr-xr-x | scripts/ci/setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh index e5b0ce2..fffb2e5 100755 --- a/scripts/ci/setup.sh +++ b/scripts/ci/setup.sh @@ -29,7 +29,6 @@ export SSH_SERVER_PRIVATE_KEY SSH_SERVER_PUBLIC_KEY="$(cat ./secrets/ssh/vps-box-server.pub)" export SSH_SERVER_PUBLIC_KEY -envsubst < ./cloud-config.env.yaml > ./cloud-config.yaml envsubst < ./ssh.env.conf >> ~/.ssh/config envsubst < ./hosts.env > ./hosts envsubst < ./docker-compose.env.yaml > ./docker-compose.yaml |