Merge branch 'pages-deploy' into 'develop'
GitLab CI: deploy to pages on develop branch See merge request soapbox-pub/soapbox-fe!683
This commit is contained in:
commit
c0353cf4cb
1 changed files with 13 additions and 0 deletions
|
@ -60,3 +60,16 @@ docs-deploy:
|
||||||
# before_script:
|
# before_script:
|
||||||
# - yarn
|
# - yarn
|
||||||
# - yarn build
|
# - yarn build
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- yarn build
|
||||||
|
- mv static public
|
||||||
|
variables:
|
||||||
|
NODE_ENV: production
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
|
Loading…
Reference in a new issue