You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the scripting needed to push to a generic host using the same git repo that we are coding in. When I do this personally I add a string like -deploy or -artifact to the branch name to signify that it's a fully built branch.
My deploy script does the tagging too so that when I go to my custom hosting I do a git checkout TAGNAME which has the full artifact and run my scripts from there.
The text was updated successfully, but these errors were encountered:
Implement the scripting needed to push to a generic host using the same git repo that we are coding in. When I do this personally I add a string like
-deploy
or-artifact
to the branch name to signify that it's a fully built branch.see https://github.com/generalredneck/mcgreen-acres/blob/master/.circleci/config.yml
My deploy script does the tagging too so that when I go to my custom hosting I do a
git checkout TAGNAME
which has the full artifact and run my scripts from there.The text was updated successfully, but these errors were encountered: