Skip to content
Snippets Groups Projects
Commit 3ee60ac6 authored by miguelm's avatar miguelm :headphones:
Browse files

Create .gitlab-ci.yml file

parent f9f8ef5f
No related branches found
No related tags found
No related merge requests found
Pipeline #12978 passed
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public # Copia todo el proyecto
- mv .public public
artifacts:
paths:
- public
only:
- main # Usa "main" o el nombre de tu rama principal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment