Skip to content

monsieurbiz/live-clever-cloud

Repository files navigation

Live Sylius <> Clever Cloud

How to setup and deploy a Sylius project on Clever Cloud.

Simpler version of the Sylius Setup

Pre-requisites

Setup

Local

Run make install. You can use make reset to reset the local environment.

Pipeline

You need to create the following secrets in your Github repository

  • CELLAR_ENDPOINT: Host of the cellar service
  • CELLAR_BUCKET: The name of your bucket in the cellar service
  • CELLAR_ACCESS_KEY : Access key for the cellar service
  • CELLAR_SECRET_KEY : Secret key for the cellar service

If you don't have cellar to store your artifacts, you can create one on Clever Cloud.

make cellar

Before running this command be sure you created a file named .organizationId containing your Clever Cloud organization ID.

Clever Cloud

Create a file containing your Clever Cloud organization ID:

echo "your-organization-id" > .organizationId

To set up the application and the addons on Clever Cloud, run:

make setup

You can use make destroy to delete the application and its addons.

To configure all the environment variables, run:

make env

Then you can deploy your application with:

make deploy

About

Deploy Sylius application easily with Clever Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published