feat(template_website): enable specifying the url slug

!27
This commit is contained in:
2023-05-23 12:37:40 +09:30
parent 3324ce2002
commit bef76847ec

View File

@ -22,12 +22,13 @@ pages:
stage: deploy
variables:
GIT_STRATEGY: none
PAGES_ENVIRONMENT_PATH: ''
script:
- mv "$CI_PROJECT_DIR/artifacts/build/Website.Build/build" public
needs: [ 'Website.Build' ]
environment:
name: staging
url: $CI_PAGES_URL/projects/gitlab-ci/
url: $CI_PAGES_URL/$PAGES_ENVIRONMENT_PATH
artifacts:
paths:
- public