Skip to content

Commit

Permalink
fix deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehosephat committed Sep 13, 2024
1 parent b891bc9 commit f0e8396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
git add -A
git commit -m 'deploy'

# Use PAT for authentication
git push -f https://${DEPLOY_PAT}@github.com/Jehosephat/gala-faucet.git master:gh-pages
git push -f git@github.com:jehosephat/gala-faucet.git master:gh-pages

cd -

0 comments on commit f0e8396

Please sign in to comment.