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
+ 18
0
Compare changes
  • Side-by-side
  • Inline
+ 18
0
 
# 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
Loading