Skip to content

Comment on Show HN: Pooshit – Sync local code to remote Docker containersparent

Comments

There is nothing “industry way” about letting CI automatically deploy your production environment.

CI/CD are used for deploying to all kind of environments. For production, the triggers are different. Instead of deploy on PR merge, you would define the trigger as tag creation. Now when you make a release mauanlly on github, it will create a tag which in turn would trigger deployment.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.