1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix deployment of web site

This commit is contained in:
Steffen Vogel 2016-10-16 02:33:57 -04:00
parent 26e3885fbc
commit 07d4c623e8

View file

@ -101,7 +101,7 @@ integration:
website:
stage: deploy
script:
- rsync web/ $DEPLOY_PATH/
- rsync -r web/ $DEPLOY_PATH/
only:
- develop
tags: