Skip to content

Commit

Permalink
Reintroduces composer for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jun 10, 2017
1 parent 1892ff1 commit 1b157b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.gitattributes export-ignore
.gitignore export-ignore
scripts export-ignore
tools export-ignore
vendor/* export-ignore
build.xml export-ignore
build export-ignore
1 change: 1 addition & 0 deletions scripts/jenkinslaunch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mkdir -p $TARGET \
; git remote set-url deployremote https://github.com/$GITHUB_USER/$GITHUB_REPO.git \
&& git fetch deployremote \
&& git archive $LAUNCHREF | tar xC $TARGET \
&& composer --prefer-dist --no-dev --no-progress --working-dir=$TARGET install \
&& (echo $TARGET ; echo $LAUNCHREF) > $TARGET/src/release.txt \
&& ln -s $TARGETBASE/config.php $TARGET/src/config.php \
&& ln -s $TARGETBASE/database.php $TARGET/src/database.php \
Expand Down

0 comments on commit 1b157b8

Please sign in to comment.