aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh
index d3b9dac..1a7e400 100755
--- a/scripts/ci/deploy.sh
+++ b/scripts/ci/deploy.sh
@@ -49,6 +49,7 @@ echo "Interpolating files with envsubst..."
envsubst < ./ssh.env.conf >> ~/.ssh/config
envsubst < ./hosts.env > ./generated/hosts
envsubst < ./docker-compose.env.yaml > ./generated/docker-compose.yaml
+envsubst < ./provision.env.yaml > ./generated/provision.yaml
envsubst < ./scripts/box/user-data.env.sh > ./generated/user-data.sh
envsubst < ./scripts/box/create-backup.env.sh > ./generated/create-backup.sh
envsubst < ./scripts/box/restore-backup.env.sh > ./generated/restore-backup.sh
@@ -99,5 +100,5 @@ echo "Done."
echo "Running the Ansible provision.yaml playbook..."
create-known-hosts-file
-ansible-playbook -v provision.yaml > ./logs/ansible-provision.txt
+ansible-playbook -v ./generated/provision.yaml > ./logs/ansible-provision.txt
echo "Done."