diff --git a/.gitea/workflows/deploy-compose-stack.yml b/.gitea/workflows/deploy-compose-stack.yml index 33dc12b..1198d21 100644 --- a/.gitea/workflows/deploy-compose-stack.yml +++ b/.gitea/workflows/deploy-compose-stack.yml @@ -78,6 +78,7 @@ jobs: - name: Generate inventory from template run: | + cd ansible-shared sed -e "s/\${STAF_HOST}/${{ secrets.STAF_HOST }}/g" \ -e "s/\${STAF_ANSIBLE_USER}/${{ secrets.STAF_ANSIBLE_USER }}/g" \ inventory.template > inventory.ini