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