Develop: working branch Staging: staging server Master: prod server
- Add a new remote for the
production
server:
git remote add production [email protected]:./git/phx-horizon-theme.git
- Deploy
master
branch toproduction
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/
Test the build!