πDeployment
5 minutes deploy
2. How to add the Shipped folder to your Git repository.
# unlink the Shipped git repository
git remote remove origin
# add your git repository as a remote
git remote add origin <your git repo link>
Self-hosting
Last updated