Commit ccfaffc9 authored by Daniel Sucno's avatar Daniel Sucno

fix: last try

parent 1355fbe8
Pipeline #86 failed with stage
image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'hola' - mkdir .public
- cp -r .* .public/
artifacts: artifacts:
paths: paths:
- public - .public
expire_in: 1 day
only:
- master
\ No newline at end of file
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