diff options
Diffstat (limited to 'scripts/ci/deploy.sh')
-rwxr-xr-x | scripts/ci/deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 1a7e400..0383911 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -100,5 +100,6 @@ echo "Done." echo "Running the Ansible provision.yaml playbook..." create-known-hosts-file -ansible-playbook -v ./generated/provision.yaml > ./logs/ansible-provision.txt +mv ./generated/provision.yaml ./provision.yaml +ansible-playbook -v provision.yaml > ./logs/ansible-provision.txt echo "Done." |