Skip to content
Snippets Groups Projects
Commit a59485b9 authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

Update pages.yml

parent 8aa65cb2
No related branches found
No related tags found
No related merge requests found
before_script:
- ls
- cd node_modules
- ls
pages:
stage: deploy
tags:
......@@ -10,7 +5,7 @@ pages:
image: $ACR_URL/node:12
script:
# Necessary to always launch the build yml in order to install dependencies
- webpack
- npm run build
- mkdir .public
- cp -r dist .public
- mv .public public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment