Skip to main content

Migrate from Tencent Cloud Static Website Hosting

You can refer to the following steps to migrate your application hosted on Tencent Cloud Static Website Hosting to Webify, based on the actual situation of your application.

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, and 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 . (indicating the project root directory).