Skip to content

frontendunited/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to production

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