Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 171 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 171 Bytes

Deploy to production

$ git tag -d production
$ git push origin :production
$ git tag production [COMMIT HASH]
$ git push origin master
$ git push --tags