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

Resolve "ci: deploy astro"

Merged Christophe Chaudier requested to merge 1-ci-deploy-astro into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -6,7 +6,6 @@ variables:
ASTRO_URL: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}"
ASTRO_BASE: "/${SUB_GROUP}/${CI_PROJECT_NAME}"
pages:
stage: deploy
tags:
@@ -24,3 +23,9 @@ pages:
# The folder that contains the built files to be published.
# This must be called "public".
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment:
name: production
url: "${ASTRO_URL}${ASTRO_BASE}"
Loading