Skip to content

Deploy Process for AppPort

Thomas Scherz edited this page Jun 9, 2020 · 18 revisions

Deploy Process for AppPort

  1. Merge all feature branches into qa.
  2. QA/Test Deploy
  3. Merge qa into master.
  4. Production Deploy
	/opt/webapps
	bin/bundle exec rails console production
	bin/bundle exec pumactl stop
	bin/bundle exec pumactl -d


<localhost>
	cap qa deploy
        cap production deploy