Simple application with continuous deployment using GitLab CI.
This is just an very simple PHP application to run on GitLab CI with continuous deployment, implementing back-end tests with PHPUnit and front-end tests with Jest, I’ve created it do to a lecture about continuous deployment with GitLab CI on BackEnd BR Meetup.
To use it, just change the ./build/deploy.sh with your server information and add a SSH_PRIVATE_KEY secret variable on your GitLab CI settings.