Deploying your first Prepress application
What you’ll need
Before you can deploy your app please check you have the following:
- A Cloud 66 Account — If you don’t already have one Sign up for a free Cloud 66 account. You’ll get free unlimited access to all products for 4 weeks.
- 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.
1. Connect your Git Repo
The first thing we need is access to your code, so that we can build and deploy it for you.
The easiest option is to give us (read-only) access to a GitHub repo. To do this:
- Click Get Started
- On the next page click Link with Github
- We’ll send you to our app on Github (you’ll need to sign in)
- Once you’re signed in, click Configure & then select the account you wish to link to Cloud 66
- Install and authorize our Github app (you can restrict our access to specific repos if needed)
- You will be redirected back to your Cloud 66 dashboard and you can move on to Step 2.
Public Github Repositories
If your code is in a public GitHub repository then you can add it using its public link without installing our GitHub app. To do so, follow the instructions under the Other git repos tab (above).
Using a non-Github host
If you’d prefer to use another git host, or your own self-hosted repository:
- Click I’d rather enter a git repo URL.
- Click View SSH key
- Open your repo and add the key to its settings (usually found under SSH or SSH keys)
- Come back to Cloud 66 and click the green Next… button
Make sure your git repository accepts connections on port 22, from Cloud 66 public IP addresses: 54.84.166.97 54.86.123.188 35.199.59.174 35.188.248.87 35.194.91.146 35.199.40.110 35.199.43.27 35.199.9.130 35.188.238.146 35.199.59.73 35.230.164.181 35.194.83.158
2. Define your application
- Select one of your repos OR click Enter repo link to switch to manual mode and then paste in the Git repo URL for your app (we support
http://
,git://
andgit@
URL formats.) - Set the branch — This defaults to master but you can provide any branch you like.
- Choose an Environment — decide which environment you’re deploying to: Development, QA, Staging or Production.
- Give your application a name — This is the name that will be used in the Cloud 66 Dashboard once your app is deployed.
Now click the Analyze button - the results will be displayed in a few seconds.
3. Configuring your application
Once the analysis is complete you’ll see a yellow information box that you can use to verify the analysis is correct.
If there are any problems you can make changes and click Reanalyze my code. If necessary, you can also add environment variables.
4. Adding a cloud provider
A. Set up your cloud provider
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
B. Add your cloud provider to Cloud 66
Once you have set up your cloud storage account:
- Click the Add Cloud Provider button (a drawer will slide out from the left)
- Choose your preferred cloud provider
- Give your cloud account a name (this makes it easier to distinguish between multiple accounts)
- Fill in your cloud crednetials
- Click Add Cloud
- Choose the region in which you want to host your app
5. Deploy your app
Now everything is ready to go, hit the Deploy site button.
During the build and deployment process you can view the log to see what’s happening behind the scenes.
What’s Next?
- Setting up DNS records for your Prepress app
- Configuring continuous deployment
- Setting up preview deployments