Commit 7ca11e03 authored by Daniel Sucno's avatar Daniel Sucno

fix: adding public folder

parent 9aa89673
Pipeline #84 failed
image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- echo 'hola'
artifacts:
paths:
- .public
- public
expire_in: 1 day
only:
- master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment