Skip to content
Snippets Groups Projects
Commit 101872fc authored by Jakob Yanagibashi's avatar Jakob Yanagibashi
Browse files

Change dev branch output

parent 7cb5fa3b
No related branches found
No related tags found
No related merge requests found
Pipeline #291159 skipped
......@@ -2,14 +2,8 @@
Easy but powerful tool to aid with manual G-code creation for 3D printers. Including 6-axis robot arm support. Please note that this currently is not yet finished and actively being worked on.
## Testing Environment
https://kg.pages.git-ce.rwth-aachen.de/tailorbird
If you commit and push to `dev` branch, the CI will build from the newest commit belonging to that branch and upload the output to above GitLab Pages server. This should be considered public, but the URL is not advertised to students so there's no risk of breaking anybody's projects.
## Production
https://tailorbird3d.rwth-aachen.de/
If you commit and push to `main` branch, the CI will build from the newest commit belonging to that branch and upload the output to FH Aachen administered web server with vanity URL from RWTH Aachen. This should be considered public.
\ No newline at end of file
The CI will build from the newest commit and upload the output to FH Aachen administered web server with vanity URL from RWTH Aachen.
\ No newline at end of file
......@@ -13,14 +13,6 @@ var aboutText = `
<p>Version: ${import.meta.env.VITE_APP_DATE}
(${import.meta.env.VITE_APP_HASH})</p>
`;
if (import.meta.env.VITE_APP_BRANCH == "dev") {
aboutText = `
<i class="fa-solid fa-kiwi-bird fa-bounce"></i></h1>
<p>Version: ${import.meta.env.VITE_APP_DATE}
(${import.meta.env.VITE_APP_BRANCH}
${import.meta.env.VITE_APP_HASH})</p>
`;
}
document.querySelector("#app").innerHTML = `
<main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment