Skip to content
New issue

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

Make new Map Component Release #101

Closed
p-a-s-c-a-l opened this issue Jul 7, 2020 · 0 comments
Closed

Make new Map Component Release #101

p-a-s-c-a-l opened this issue Jul 7, 2020 · 0 comments
Assignees
Labels

Comments

@p-a-s-c-a-l
Copy link
Member

p-a-s-c-a-l commented Jul 7, 2020

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.

@p-a-s-c-a-l p-a-s-c-a-l added the CI label Jul 7, 2020
@p-a-s-c-a-l p-a-s-c-a-l self-assigned this Jul 7, 2020
@p-a-s-c-a-l p-a-s-c-a-l changed the title New Map Component Release Make new Map Component Release Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant