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

fix: ci

parent e471e248
No related branches found
No related tags found
1 merge request!1Resolve "ci: deploy astro"
Pipeline #9698 passed
# The Docker image that will be used to build your app
image: node:16.13.2-slim
pages:
tags:
- cache
cache:
paths:
- node_modules/
script:
# Specify the steps involved to build your app here
- npm ci
- npm run build
artifacts:
paths:
# The folder that contains the built files to be published.
# This must be called "public".
- public
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