Skip to content
Snippets Groups Projects
Commit 9744ab17 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

location of autoredirect

parent 73c63ff6
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ pages: ...@@ -11,7 +11,7 @@ pages:
- mkdir latest - mkdir latest
- mv public/* latest/. - mv public/* latest/.
- mv latest public/. - mv latest public/.
- cp .autoRedirect public/latest/index.html - cp .autoRedirect public/index.html
artifacts: artifacts:
paths: paths:
...@@ -27,7 +27,7 @@ pages: ...@@ -27,7 +27,7 @@ pages:
- mkdir stable - mkdir stable
- mv public/* stable/. - mv public/* stable/.
- mv stable public/. - mv stable public/.
- cp .autoRedirect public/stable/index.html - cp .autoRedirect public/index.html
artifacts: artifacts:
paths: paths:
......
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