Commits on the master branch will be automatically deployed to https://staging.kittycash.com.
To deploy in production (https://www.kittycash.com):
-
Bump version number in
package.json
:"name": "www.kittycash.com", - "version": "0.0.5", + "version": "0.0.6", "private": true,
-
Commit, create a tag, and push:
$ git commit -am "chore: bump version number" $ git tag v0.0.6 $ git push origin master --tags