Compare commits
7 Commits
v3.5.0-alp
...
main
Author | SHA1 | Date | |
---|---|---|---|
6d752c99d7 | |||
d516d22411 | |||
9833bcc09a | |||
0f2d0bcf44 | |||
35bbbd902c | |||
4b301c9644 | |||
418d5122bc |
@ -22,7 +22,7 @@ steps:
|
|||||||
- COMMIT
|
- COMMIT
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG##v}
|
||||||
|
|
||||||
- name: build-frontend
|
- name: build-frontend
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -46,4 +46,4 @@ steps:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"tag": "1.0.0",
|
"tag": "",
|
||||||
"commit": "test"
|
"commit": ""
|
||||||
}
|
}
|
@ -17,8 +17,8 @@
|
|||||||
import fs from 'node:fs/promises';
|
import fs from 'node:fs/promises';
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await fs.writeFile('git.json', JSON.stringify({
|
await fs.writeFile('dist/git.json', JSON.stringify({
|
||||||
tag: process.env.TAG,
|
tag: process.env.TAG ?? "",
|
||||||
commit: process.env.COMMIT,
|
commit: process.env.COMMIT?.substring(0, 7) ?? "",
|
||||||
}))
|
}))
|
||||||
})();
|
})();
|
@ -20,7 +20,7 @@
|
|||||||
"footer": {
|
"footer": {
|
||||||
"license": "Licence:",
|
"license": "Licence:",
|
||||||
"powered": "Založeno na:",
|
"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> "
|
"author": "Pro komunitu SimRail vytvořeno s ❤️ uživatelem <anchor>{{author}}</anchor> "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"footer": {
|
"footer": {
|
||||||
"license": "License:",
|
"license": "License:",
|
||||||
"powered": "Based on:",
|
"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"
|
"author": "Created by <anchor>{{author}}</anchor> with ❤️ for the Simrail community"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"footer": {
|
"footer": {
|
||||||
"license": "Licencja:",
|
"license": "Licencja:",
|
||||||
"powered": "Oparte na:",
|
"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"
|
"author": "Stworzone przez <anchor>{{author}}</anchor> z ❤️ dla społeczności Simrail"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user