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

Commit d210f04

Browse files
committed
yes
1 parent 7ae73e2 commit d210f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
working-directory: deploy
4343
run: terraform apply -auto-approve -input=false -no-color
4444
- name: Commit
45-
run: git commit -am "Deploy to server" || echo "No changes to commit"
45+
run: git commit -am "Deploy to server"
4646
- name: Push changes
47-
run: git push origin main || echo "No changes to push"
47+
run: git push origin main

0 commit comments

Comments
 (0)