Skip to content
Snippets Groups Projects
Commit 20086e96 authored by Krishna Kant Singh's avatar Krishna Kant Singh
Browse files

Edit .gitlab-ci.yml

parent 5310dd47
No related branches found
No related tags found
No related merge requests found
Pipeline #262342 passed
# The Docker image that will be used to build your app
image: alpine:latest
pages:
tags:
- public-docker
script:
- mkdir -p public # Ensure the public folder exists
- cp index.html public/ # Move your HTML file into the public folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment