Skip to content
Snippets Groups Projects
Commit 6e00f2c2 authored by jurgenhaas's avatar jurgenhaas
Browse files

mobimo/assets#42 Implement CI job to deploy assets to Drupal

parent edcf6cfe
No related branches found
No related tags found
No related merge requests found
......@@ -171,5 +171,5 @@ DeployAssetsToDrupal:
- cd /data/${CI_COMMIT_REF_NAME}/app
- rm -rf vendor/${ASSET_PATH}
- git clone -b ${ASSET_BRANCH} ${ASSET_REPO} vendor/${ASSET_PATH}
- drush migrate:import --all
- drush migrate:import --all
- drush migrate:import --all --skip-progress-bar
- drush migrate:import --all --skip-progress-bar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment