Skip to content

Deploy a commit

Simplifyd connects with your Git provider to deploy your apps and websites automatically on every push to your repo. You can connect both public and private repos to Simplifyd and use the Simplifyd for Git integration to create web apps & APIs, static sites, cron jobs and more.

Connect GitHub

Connect your GitHub account to Simplifyd to start deploying apps and sites using any repo you have access to. Simplifyd automatically redeploys your project with every push to your linked branch.

Setup

  • Run the following command: edge git connect
  • Choose GitHub
  • This redirects you to GitHub so you can authorize Simplifyd to access your repositories.
  • You’re then redirected back to the Simplifyd CLI.

You’ve successfully linked your GitHub account!

To deploy a repo from your GitHub account:

  • Run the edge deploy command and choose Git as the deploy method.
  • Choose your connected GitHub account.
  • Choose the repo you want to deploy.

Connect GitLab

Simplifyd connects with GitLab to deploy your apps and websites automatically on every push to your project. You can connect all your public and private projects on gitlab.com to Simplifyd.

Setup

  • Run the following command: edge git connect
  • Choose GitLab
  • This redirects you to GitLab so you can authorize Simplifyd to access your repositories.
  • You’re then redirected back to the Simplifyd CLI.

You’ve successfully linked your GitLab account!

To deploy a repo from your GitLab account:

  • Run the edge deploy command and choose Git as the deploy method.
  • Choose your connected GitLab account.
  • Choose the repo you want to deploy.