diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c3a360..2f288be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -129,7 +129,7 @@ jobs: - name: Write *.auto.tfvars.json files working-directory: ./terraform run: | - echo '{"ui_tag": "${{needs.docker_sync.outputs.ui_tag}}", "bot_tag": "${{needs.docker_sync.outputs.bot_tag}}", "worker_path": "./worker-dist/backend-worker.js"}' | jq . | tee tags.tfvars.auto.json + echo '{"ui_tag": "${{needs.docker_sync.outputs.ui_tag}}", "bot_tag": "${{needs.docker_sync.outputs.bot_tag}}", "api_path_to_worker": "./worker-dist/backend-worker.js"}' | jq . | tee tags.tfvars.auto.json echo ${SECRET_TFVARS} > secrets.auto.tfvars.json env: SECRET_TFVARS: ${{ steps.secrets.outputs.secretJSON }}