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 afd55c73 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: less info

parent 357e75e9
No related branches found
No related tags found
No related merge requests found
Pipeline #2719 passed
image: debian:11.0-slim image: debian:11.0-slim
variables:
DEPLOY_SITE: "${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/poc/${CI_PROJECT_NAME}"
stages: stages:
- 📝publish - 📝publish
...@@ -13,8 +10,7 @@ pages: ...@@ -13,8 +10,7 @@ pages:
- apt install -y gettext - apt install -y gettext
script: script:
- envsubst < src/index.html.tpl > public/index.html - envsubst < src/index.html.tpl > public/index.html
- echo "${CI_PAGES_URL}" - echo "🚀 Deploy on ${CI_ENVIRONMENT_NAME} on ${CI_PAGES_URL}"
- echo "🚀 Deploy on ${CI_ENVIRONMENT_NAME}"
artifacts: artifacts:
paths: paths:
- public - public
...@@ -24,5 +20,5 @@ pages: ...@@ -24,5 +20,5 @@ pages:
name: production name: production
# if it's a project of a user: https://<user-handle>.froggit.page/<project-name> # 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> # if it's a group: https://<group-name>.froggit.page/<sub-group-name>/<project-name>
url: "https://${DEPLOY_SITE}" url: "${CI_PAGES_URL}"
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