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

Update .gitlab-ci.yml file

parent 3ee60ac6
No related branches found
No related tags found
No related merge requests found
Pipeline #13068 passed
...@@ -2,10 +2,10 @@ pages: ...@@ -2,10 +2,10 @@ pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - mkdir .public
- cp -r * .public # Copia todo el proyecto - cp -r * .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- main # Usa "main" o el nombre de tu rama principal - main
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