Skip to content

Commit

Permalink
Fix prod deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 9, 2023
1 parent 63ca8c9 commit 2e901e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployments_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
git config user.email "${{ github.actor }}@users.noreply.github.com"
git fetch origin mainnet
git checkout mainnet
git reset staging --hard
git reset main --hard
git push origin mainnet -f

0 comments on commit 2e901e9

Please sign in to comment.