Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 646 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 646 Bytes

Branches

Develop: working branch Staging: staging server Master: prod server

Deployment

  1. Add a new remote for the production server:
git remote add production master_zkbpjtktxs@159.89.134.248:./git/phx-horizon-theme.git
  1. Deploy master branch to production remote using github:
git push production master

This will prompt you to log in with the master_zkbpjtktxs user; get the password from @ccbayer.

A git hook will run the front-end build and copy the built theme to the correct live directory.

note that the root dir is: /home/master/applications/aqqtkahyua/public_html/

To Do

Test the build!