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:
Alex Gleason 2021-08-22 04:50:28 +00:00
commit c0353cf4cb

View file

@ -60,3 +60,16 @@ docs-deploy:
# before_script:
# - yarn
# - yarn build
pages:
stage: deploy
script:
- yarn build
- mv static public
variables:
NODE_ENV: production
artifacts:
paths:
- public
only:
- develop