From be4a8b8845ec38070a906cfe117f5d4bd25e7009 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 18:07:52 -0300 Subject: Remove unused cloud-config.env.yaml --- scripts/ci/setup.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/ci/setup.sh') 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 -- cgit v1.2.3