Closed p-a-s-c-a-l closed 4 years ago
Although Map Component is integrated with our CI System, deployment on CSIS is not yet automated. The following manual steps are required:
sudo su docker cd /docker/100-csis/drupal-data/web/apps/map-component/ # reset yarn.lock git reset --hard # install latest dependencies (may update yarn.lock) yarn install --network-concurrency 1 # build the app yarn build # clear drupal cache docker exec --user 999 csis-drupal drush cr
Note: Commonly on DEV the dev branch and on master the master branch is used.
dev
master
Although Map Component is integrated with our CI System, deployment on CSIS is not yet automated. The following manual steps are required:
Note: Commonly on DEV the
dev
branch and on master themaster
branch is used.