Staging website

amy-random-shapes
Adi Thakral 2 years ago
parent 13c20dd88f
commit b494c9ee16
  1. 12
      .gitlab-ci.yml

@ -10,6 +10,9 @@ stages:
- build
- staging
variables:
BASE_PATH: '/~a3thakra/csc'
install_deps:
stage: .pre
script:
@ -25,14 +28,13 @@ build:
script:
- npm run build
pages:
staging:
stage: staging
script:
- npm run export
- mv public src-public
- mv out public
artifacts:
paths:
- public
- out
only:
- main
refs:
- main
Loading…
Cancel
Save