Git deployment makes code changes traceable and repeatable.
Recommended Flow #
- Use a private repository for proprietary code.
- Create a production branch or release tag.
- Back up the live application.
- Pull or deploy the tested commit.
- Install locked dependencies.
- Run migrations carefully.
- Clear and rebuild caches.
- Restart the application.
- Perform a smoke test.
Do Not Store #
- Passwords.
- API keys.
- Private certificates.
- Database exports.
- User-uploaded personal data.
Terminal Access #
Git commands may be run through Terminal where this feature is enabled for the hosting account. Keep repositories private and never commit live credentials.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
