Skip to content

Deployment

After making sure you setted up everything correctly on your local project, now you can move to the deployment stage.

Deploying to shared hosting

Bizmovo Quick comes with deployment workflow specifically designed for shared hosting. In order to use it you have to create some repository secrets on your GitHub repository.

  • FTP_SERVER: host address of your ftp server. Example: ftp.domain.com.
  • FTP_USERNAME: username of the user with valid access to ftp server.
  • FTP_PASSWORD: password of the ftp user.

By default, this action will deploy your project into the ftp user’s root folder. You can configure this by configuring SamKirkland/FTP-Deploy-Action fields or updating your ftp user’s root folder. Usually you want your deployment destination to be public_html folder.

This action will be triggered on every push to main branch.

Deploying to VPS

Deploying to VPS is more flexible than deploying to shared hosting. It’s similiar to running the project locally.

// TODO