For developers
Project configuration
Example: Drupal
1 min
clustername unicorn clusterregion eu west 2 projectname example applications backend type php\ nginx approot /drupal extrabuilddependencies \ / circleci nginx version 1 25 environmentvariables nginx server root /var/www/html/web nginx vhost preset drupal10 nginx error 404 uri /sites/default/misc/404 html php version 8 3 environmentvariables drush options uri "https //{{ backend host 0 }}" backend host "{{ backend host 0 }}" application mode development hooks build | set eu composer install no interaction database type mysql excludetablesfromimportondevenvs \ cache% \ sessions \ user% crontab enabled true jobs \ schedule "15 /6 " command drush cron persistentstorages public path web/sites/default/files syncargsfordevenvs exclude=styles/ exclude=css/ exclude=js/ private path private syncargsfordevenvs exclude=twig/ tmp tmp overrides \ condition environments \[ stage ] php environmentvariables application mode stage \ condition environments \[ production ] hosts \ example com php environmentvariables application mode production crontab jobs \ schedule "0 /1 " command drush cron