this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix deploy script

orta 625781b0 90ab616c

+5 -2
+5 -2
scripts/deploy.sh
··· 71 71 git commit -m "Release v$NEW_VERSION" 72 72 git tag "v$NEW_VERSION" 73 73 74 + echo "==> Pushing to git..." 75 + git push 76 + git push --tags 77 + 74 78 echo "" 75 - echo "Deploy complete! Version $NEW_VERSION published." 76 - echo "Run 'git push && git push --tags' to push to remote." 79 + echo "Deploy complete! Version $NEW_VERSION published and pushed."