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
Files
2
+ 7
0
# The Docker image that will be used to build your app
image: node:16.13.2-slim
variables:
SUB_GROUP: "www"
ASTRO_URL: "https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}"
ASTRO_BASE: "/${CI_PROJECT_NAMESPACE}"
pages:
stage: deploy
tags:
@@ -10,6 +16,7 @@ pages:
- node_modules/
script:
# Specify the steps involved to build your app here
- echo "Astro full URL is ${ASTRO_URL}${ASTRO_BASE}"
- npm ci
- npm run build
artifacts:
Loading