Getting Started
Migrating from Netlify to Cloud 66
Overview
You can migrate your application from Netlify to Cloud 66 in 3 steps:
- Deploy your application via the Cloud 66 dashboard
- Check your traffic rules
- Change your DNS records to point to your new site
What you’ll need
Before you begin migrating your application please check you have the following:
- A Cloud 66 Account — If you don’t already have one, sign up for a Cloud 66 account. Your first server is free, no credit card required.
- A Git repo containing your application code — This can be a public or private repo. You can use any Git provider like GitHub / BitBucket or use your own privately hosted repo.
- A Cloud Account with object storage enabled — See below.
Cloud providers supported
We need access to your cloud account in order to provision and manage applications on your behalf. How you configure that access differs from provider to provider. Click the link to your provider below if you need help.
- Amazon Web Services (S3)
- Microsoft Azure Cloud Storage
- DigitalOcean (Spaces)
- Google Compute Engine
- Linode Cloud Storage
1. Build and deploy your code
Using the Cloud 66 Dashboard, you can build your site directly from your Git repository and deploy it to your own cloud storage account in minutes.
If you need help getting started, please read our Deploying your first application guide.
We also have a guide to accessing your Git repository.
2. Check your traffic rules
We will automatically detect and import any Netlify redirect or rewrite rules. To see these rules:
- Log in to your Cloud 66 Dashboard
- Click on your application
- Click on Traffic Rules in the left-hand nav
- Review the Traffic Rules that were imported from Netlify
You can drag your rules to re-order them. They will be evaluated from top to bottom. For help understanding, editing and adding rules, please read our how-to guide.
3. Update your DNS
Once you are comfortable that your site is ready to go live, you can update the DNS records of your domain to point at it. To do this:
- Log in to your Cloud 66 Dashboard
- Click on your application
- Click on ⚙️ Settings in the left-hand nav
- Click the Add Custom Domain link and follow the instructions
We have a guide to using your own domain with Cloud 66 if you need more help.
What's next?
- Learn about the power of Manifest files
- Configuring continuous deployment
- Setting up preview deployments