We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8470b5d commit 04ac62aCopy full SHA for 04ac62a
build.sh
@@ -5,7 +5,7 @@ npm run build &&
5
git init &&
6
git add . &&
7
git commit -m "deploy" &&
8
- git remote add origin https://github.com/pizzariacolosso/digital-menu.git &&
9
- git push --force "https://$GIT_USERNAME:$GIT_PASSWORD@github.com/pizzariacolosso/digital-menu.git" master &&
+ git remote add origin git@github.com:pizzariacolosso/digital-menu.git &&
+ git push -u --force origin main &&
10
cd ../ && rm -rf digital-menu-build/
11
0 commit comments