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

ci: create prod environment

parent 0ae7786d
No related branches found
No related tags found
No related merge requests found
Pipeline #2707 passed with warnings
......@@ -10,5 +10,11 @@ pages:
artifacts:
paths:
- public
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment:
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}/${CI_PROJECT_PATH}
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