diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-01-15 22:45:19 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2023-01-15 22:45:19 +0100 |
commit | 40a0423208c0863fb5be95f4e6bdc48a25482996 (patch) | |
tree | 139c4a799bb7b7f183a8b9c85ff1caae056b9d58 /deploy.sh | |
parent | 1e6f4e166ef3ac73f8bfaf1b98504d7fd660a9ce (diff) | |
download | microbit-gamepad-40a0423208c0863fb5be95f4e6bdc48a25482996.tar.gz microbit-gamepad-40a0423208c0863fb5be95f4e6bdc48a25482996.zip |
Fix service worker error, update deploy script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -53,13 +53,24 @@ git add . git commit -m ":rocket: Deploy app v$VERSION" tput setaf 4 -echo "> Return to controller branch and tag last commit" +<<<<<<< Updated upstream +echo "> Return to main branch and tag last commit" tput sgr0 -git checkout controller +git checkout main #git tag "v$VERSION" -git push -f origin controller +git push -f origin main +======= +echo "> Return to main branch and tag last commit" +tput sgr0 + +git checkout main + +#git tag "v$VERSION" + +git push -f origin main +>>>>>>> Stashed changes #git push origin "v$VERSION" git push origin gh-pages |