Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 69a6149d authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

feat: create page with branch name

parent 828caeaa
No related branches found
No related tags found
No related merge requests found
Pipeline #2704 failed
public/index.html
...@@ -3,7 +3,7 @@ image: alpine:latest ...@@ -3,7 +3,7 @@ image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - envsubst < src/index.html.tpl > public/index.html
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello ${CI_COMMIT_BRANCH} !</h1>
<p> <p>
This is a simple plain-HTML website on Froggit Pages, without any fancy static site generator. This is a simple plain-HTML website on Froggit Pages, without any fancy static site generator.
......
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