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
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,8 +2,9 @@
@@ -2,8 +2,9 @@
image: node:16.13.2-slim
image: node:16.13.2-slim
variables:
variables:
 
SUB_GROUP: "poc"
ASTRO_URL: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}"
ASTRO_URL: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}"
ASTRO_BASE: "/${CI_PROJECT_NAMESPACE}"
ASTRO_BASE: "/${SUB_GROUP}/${CI_PROJECT_NAME}"
pages:
pages:
Loading