mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
deploy landing page automatically
This commit is contained in:
parent
32cf86c617
commit
37aefd914a
1 changed files with 4 additions and 3 deletions
|
@ -55,8 +55,8 @@ build:
|
|||
- node
|
||||
- pipe
|
||||
- signal
|
||||
- test
|
||||
|
||||
- test
|
||||
|
||||
docs:
|
||||
stage: build
|
||||
artifacts:
|
||||
|
@ -78,7 +78,8 @@ deploy-docs:
|
|||
stage: deploy
|
||||
<<: *ssh
|
||||
script:
|
||||
- scp -vpr doc/html/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
|
||||
- scp -pr web/landing.html $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/index.html
|
||||
- scp -pr doc/html/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
|
||||
only:
|
||||
- develop
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue