/www

Front End United - Website and campaigns hotsite

Primary LanguageHTML

Deploy to production

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