Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a995168a authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

ci: create var for base domain

parent c3eecd47
No related branches found
No related tags found
No related merge requests found
Pipeline #2710 passed
image: debian:11.0-slim
variables:
DEPLOY_SITE: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/poc/${CI_PROJECT_NAME}"
pages:
stage: deploy
before_script:
......@@ -16,5 +19,5 @@ pages:
name: production
# if it's a project of a user: https://<user-handle>.froggit.page/<project-name>
# if it's a group: https://<group-name>.froggit.page/<sub-group-name>/<project-name>
url: https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/poc/${CI_PROJECT_NAME}
url: ${DEPLOY_SITE}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment