Skip to content
Snippets Groups Projects
Verified Commit 9c05c524 authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Essai pipeline

parent a3b5f4ae
No related branches found
No related tags found
No related merge requests found
Pipeline #26759 passed
image: node:lts-alpine
variables:
npm_config_cache: "$CI_PROJECT_DIR/.npm"
NODE_ENV: "ci"
cache:
paths:
- .npm
check_install_static:
stage: build
script:
- npm ci --prefer-offline
pages:
stage: deploy
script:
- npm ci --prefer-offline
- npm run build
artifacts:
paths:
- public
expire_in: 1 day
module.exports = {
siteMetadata: {
title: `Le produit numérique dont vous êtes les héros !`,
siteUrl: `https://www.yourdomain.tld`,
siteUrl:
"https://snum.gitlab-pages.din.developpement-durable.gouv.fr/dam/gitlab/signature-gpg/",
title: "Signature GPG démo",
},
pathPrefix: "/dam/gitlab/signature-gpg",
plugins: [],
}
};
......@@ -10,7 +10,7 @@
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build && copy-files-from-to",
"build": "gatsby build --prefix-paths && copy-files-from-to",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment