Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 560 Bytes

File metadata and controls

18 lines (12 loc) · 560 Bytes

Create a static application

You can create an application in our Console or through Clever Tools:

npm i -g clever-tools
clever login

cd myStaticApp
clever create -t static-apache myStaticApp

To deploy on Clever Cloud, your local folder need to be a git repository (if not, git init) linked to an application. If you already have an application on Clever Cloud and want to link it to the current local folder:

clever link your_app_name_or_ID