We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
p-a-s-c-a-l
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: