Compare commits

...

8 Commits

Author SHA1 Message Date
6d752c99d7
Merge pull request 'new-build' (#133) from new-build into main
All checks were successful
continuous-integration/drone/tag Build is passing
Reviewed-on: #133
Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
2025-04-27 15:55:55 +02:00
d516d22411
build(): new build system 2025-04-27 15:55:32 +02:00
9833bcc09a
build(): new build system 2025-04-27 15:54:53 +02:00
0f2d0bcf44
Merge pull request 'new-build' (#132) from new-build into main
All checks were successful
continuous-integration/drone/tag Build is passing
Reviewed-on: #132
Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
2025-04-27 15:52:44 +02:00
35bbbd902c
build(): new build system, fix(): remove gf 2025-04-27 15:52:16 +02:00
4b301c9644
build(): test new build sys, add script
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-27 15:44:55 +02:00
69d174e5c4
build(): test new build sys, add script
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-27 15:41:40 +02:00
418d5122bc
Merge pull request 'fix(frontend): profile sorting' (#131) from fix-sort into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #131
Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
2025-04-27 00:29:48 +02:00
7 changed files with 11 additions and 12 deletions

View File

@ -22,7 +22,7 @@ steps:
- COMMIT
tags:
- latest
- ${DRONE_TAG}
- ${DRONE_TAG##v}
- name: build-frontend
image: plugins/docker
@ -46,4 +46,4 @@ steps:
trigger:
event:
- tag
- tag

View File

@ -8,7 +8,6 @@ RUN yarn rawbuild
ARG COMMIT
ENV COMMIT $COMMIT
ARG TAG
ENV TAG $TAG
@ -22,4 +21,4 @@ RUN wget -q -t3 'https://packages.doppler.com/public/cli/rsa.8004D9FF50437357.ke
ENTRYPOINT ["doppler", "run", "--"]
CMD ["node", "/app/dist"]
CMD ["node", "/app/dist/src"]

View File

@ -1,4 +1,4 @@
{
"tag": "1.0.0",
"commit": "test"
"tag": "",
"commit": ""
}

View File

@ -17,8 +17,8 @@
import fs from 'node:fs/promises';
(async () => {
await fs.writeFile('git.json', JSON.stringify({
tag: process.env.TAG,
commit: process.env.COMMIT,
await fs.writeFile('dist/git.json', JSON.stringify({
tag: process.env.TAG ?? "",
commit: process.env.COMMIT?.substring(0, 7) ?? "",
}))
})();

View File

@ -20,7 +20,7 @@
"footer": {
"license": "Licence:",
"powered": "Založeno na:",
"thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail a moje přítelkyně",
"thanks": "Speciální poděkování: <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, komunita SimRail",
"author": "Pro komunitu SimRail vytvořeno s ❤️ uživatelem <anchor>{{author}}</anchor> "
}
},

View File

@ -20,7 +20,7 @@
"footer": {
"license": "License:",
"powered": "Based on:",
"thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite>, Simrail community and my girlfriend",
"thanks": "Special thanks to <bahu>BAHU.PRO hosting</bahu>, <simrailelite>Simrail ELITE discord</simrailelite> and Simrail community",
"author": "Created by <anchor>{{author}}</anchor> with ❤️ for the Simrail community"
}
},

View File

@ -20,7 +20,7 @@
"footer": {
"license": "Licencja:",
"powered": "Oparte na:",
"thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite>, społeczności Simrail i mojej dziewczyny",
"thanks": "Specjalne podziękowania dla <bahu>serwerowni BAHU.PRO</bahu>, <simrailelite>discorda Simrail ELITE</simrailelite> i społeczności Simrail",
"author": "Stworzone przez <anchor>{{author}}</anchor> z ❤️ dla społeczności Simrail"
}
},