thesecretnatureoffruit.com
- https://thesecretnatureoffruit.com
- https://thesecretnatureoffruit.uk
- https://thesecretnatureoffruit.de
Hosted on WPEngine. Slated to migrate to A2 in ’23.
- Account access in 1Password.
- WordPress login is in 1Password under ‘Dole Sunshine – WordPress’
- FTP login is a note in 1Password under ‘Dole Sunshine – WordPress’
Pushing code requires setting up ‘Git Push’ in WPEngine by adding your SSH keys through the account and adding an additional remote to your local repo. You will also need to add a new remote:
git remote add prod [email protected]:production/dolesnf.git
Then you can push to deploy to the production site:
git push prod master
In emergencies you can FTP into the server to debug issues.