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

Commit 7eb6ae0

Browse files
committed
push changes?
1 parent 86f029b commit 7eb6ae0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ jobs:
3636
run: terraform init -input=false
3737
- name: Apply OpenTofu
3838
working-directory: deploy
39-
run: terraform apply -auto-approve -input=false -no-color
39+
run: terraform apply -auto-approve -input=false -no-color
40+
- name: Commit
41+
run: git commit -am "Deploy to server" || echo "No changes to commit"
42+
- name: Push changes
43+
run: git push origin main || echo "No changes to push"

0 commit comments

Comments
 (0)