Skip to content

Commit

Permalink
🚀 fix deploy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Aug 10, 2023
1 parent 685be32 commit c192490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
git pull
git switch production
git pull
git merge main -y
git merge main
git push origin production

0 comments on commit c192490

Please sign in to comment.