Merge branch 'change/gitlab-ci-page-deploy' into 'develop'
Make GitLab pages deployment only move static to public See merge request soapbox-pub/soapbox-fe!729
This commit is contained in:
commit
47e9c5214d
1 changed files with 1 additions and 4 deletions
|
@ -87,10 +87,7 @@ docs-deploy:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- yarn build
|
||||
variables:
|
||||
NODE_ENV: production
|
||||
FE_BUILD_DIR: public
|
||||
- mv static public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue