Migrate from Cloud Servers
If your application is deployed on cloud servers such as Tencent Cloud CVM, Alibaba Cloud ECS, etc., using Nginx + static resources (or similar forms), you can refer to the following steps to migrate the application to Webify.
Step 1: Host Your Project Code on a Git Platform
Before migrating your project to Webify, please ensure your project code is already hosted on a Git platform supported by Webify.
Step 2: Import Project Code and Create an Application
1. Application Built with Web Framework
Applications of this type are typically built with frameworks like React, Vue, or Hexo to generate static resource files, which are then deployed to static website hosting.
For this type of application, you can directly import the application's Git repository on Webify and perform cloud-based builds using Webify's built-in build capabilities.
After the build is completed, Webify will automatically deploy the build artifacts in the directory to the online environment based on your configured Output Directory.
For build configuration, you can refer to the Build Configuration Documentation.
2. Pure Static Pages
Applications of this type typically consist of pure HTML, CSS, JS resource files without a framework build process.
For this type of application, when importing a Git repository on Webify, you can set the Build Command
and Install Command
to empty values, and set the Output Directory
to .
(representing the project root directory).