With Git

Creating a Deployment With Git

Set the public directory of your project to your GitHub repository and define the build command. 4EVERLAND will automatically run the build command and deploy the resulting changes every time you push to your Git repository.

Select the Github account that needs to be linked

Finally, import the GitHub repository to be deployed

Continuous deployment offers several benefits, including:

  • No need to deploy without committing and pushing your changes first

  • Convenient collaboration through pull requests

  • Ability to fix a typo using your Git provider's web UI, even from your mobile device

After that, you need to select the platform for deployment, then 4EVERLAND will try to auto-detect the web framework and apply the correct build parameters, to complete further deployment, please jump to:

Last updated