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

Provide the current directory as DRUPAL_ARTEFACT_SRC in order to copy artefacts to the destination

parent aebef2ca
No related branches found
No related tags found
No related merge requests found
......@@ -298,9 +298,9 @@ stages:
variables:
GIT_STRATEGY: none
environment:
name: $ENVIRONMENT_NAME
name: ${ENVIRONMENT_NAME}
script:
- ascr drupal-deploy $HOST_NAME $SITE_NAME ${EXTRAS}
- ascr drupal-deploy $HOST_NAME $SITE_NAME --extra-vars="DRUPAL_ARTEFACT_SRC=${PWD}" ${EXTRAS}
cache: {}
dependencies:
- 'Build Theme'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment