Skip to content

Commit a280326

Browse files
debugging
1 parent 7408878 commit a280326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
-var="private_key=$PRIVATE_SSH_KEY" \
3737
-var="key_name=deployer-key" \
3838
-out=PLAN
39-
working-directory: ./terraform
39+
working-directory: /terraform
4040
- name: Terraform Apply
4141
id: apply
4242
run: terraform apply PLAN
43-
working-directory: ./terraform
43+
working-directory: /terraform
4444
- name: Set output
4545
id: set-ip
4646
run: |-

0 commit comments

Comments
 (0)