Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 301 Bytes

File metadata and controls

27 lines (18 loc) · 301 Bytes

How to Deploy

Commit and Push To Main

git push origin main

Setup Script

Ensure the deployment script is executable:

chmod +x ./tool/deploy.sh

To Release

./tool/deploy.sh v0.0.1

To Update A Release

./tool/deploy.sh v0.0.1 --replace