- On Runcloud – Get the deploy key in “Deployment Key” for user for the respective web app
- On Gitlab – Update deployment key in Settings > Repository > Deploy key
- On Runcloud – On the Web Application screen, click on Git to set Git service, repository and branch to clone/pull and click the button at the bottom
- Copy the webhook URL
- On Gitlab – Update webhook URL in Settings > Webhooks
- You are done!
Additional notes on what to change before can use this method (for codeigniter)
- Add checking server/localhost to set base_url in config/config.php
- Edit path for session files in config/config.php
- Add checking to set database to be used in config/database.php