Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 59ee379

Browse files
committed
more logs
1 parent ab95030 commit 59ee379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
TF_VAR_remote_user: ${{ secrets.SERVER_USER }}
1717
TF_VAR_ssh_url: ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}
1818
TF_VAR_remote_directory: /opt/progsoc/progcomp2025/competition
19+
TF_LOG: TRACE
1920
steps:
2021
- name: Checkout repository
2122
uses: actions/checkout@v4
@@ -35,4 +36,4 @@ jobs:
3536
run: tofu init -input=false
3637
- name: Apply OpenTofu
3738
working-directory: deploy
38-
run: tofu apply -auto-approve -input=false
39+
run: tofu apply -auto-approve -input=false -no-color

0 commit comments

Comments
 (0)