diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bc37c71..04f4732 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,17 +18,18 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Check files + - name: Check files & Select tfvars shell: bash run: | pwd cd terraform + cp ${{ inputs.tfvars_file }} terraform.tfvars ls - uses: hashicorp/setup-terraform@v4 - - name: Select tfvars - run: cp ${{ inputs.tfvars_file }} terraform.tfvars + - name: Check path + run: pwd - name: Terraform init run: terraform init