Skip to content

Commit

Permalink
Force update production tag in public repo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk authored Apr 11, 2023
1 parent 78bb857 commit b228654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git checkout main
git remote add origin [email protected]:ictunion/main-website-public.git
git push --force origin main
git push origin production:production
git push origin production:production --force
deploy-testing:
needs: publish-code
Expand Down

0 comments on commit b228654

Please sign in to comment.