forked from Minecraft/website
Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
jolheiser | 95cd195032 | |
Joey Hines | 9e79ef83cb | |
Joey Hines | 4fd7ba19cb |
|
@ -13,12 +13,9 @@ pipeline:
|
||||||
netlify:
|
netlify:
|
||||||
image: node:14
|
image: node:14
|
||||||
secrets:
|
secrets:
|
||||||
- source: bot_token
|
- bot_token
|
||||||
target: bot_token
|
- netlify_site_id
|
||||||
- source: netlify_site_id
|
- netlify_auth_token
|
||||||
target: netlify_site_id
|
|
||||||
- source: netlify_auth_token
|
|
||||||
target: netlify_auth_token
|
|
||||||
commands:
|
commands:
|
||||||
- node netlify.js
|
- node netlify.js
|
||||||
when:
|
when:
|
||||||
|
@ -28,17 +25,18 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
files:
|
settings:
|
||||||
- "dist/*"
|
files:
|
||||||
output: dist.tar.gz
|
- "dist/*"
|
||||||
|
output: dist.tar.gz
|
||||||
release:
|
release:
|
||||||
image: jolheiser/drone-gitea-main:latest
|
image: jolheiser/drone-gitea-main:latest
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
secrets:
|
settings:
|
||||||
- source: gitea_token
|
token:
|
||||||
target: plugin_gitea_token
|
from_secret: gitea_token
|
||||||
base: https://git.jojodev.com
|
base: https://git.jojodev.com
|
||||||
files:
|
files:
|
||||||
- "dist.tar.gz"
|
- "dist.tar.gz"
|
||||||
|
|
|
@ -5,7 +5,7 @@ rm -rf dist_bk/
|
||||||
cp -r dist/ dist_bk/
|
cp -r dist/ dist_bk/
|
||||||
|
|
||||||
# Get new dist
|
# Get new dist
|
||||||
wget https://git.birbmc.com/BirbMC/birbmc.com/releases/download/latest/dist.tar.gz
|
wget https://git.jojodev.com/Minecraft/website/releases/download/latest/dist.tar.gz
|
||||||
|
|
||||||
# Replace existing dist with new dist
|
# Replace existing dist with new dist
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -95,5 +95,5 @@ $fa-font-path: "../webfonts";
|
||||||
@import "layout/footer";
|
@import "layout/footer";
|
||||||
@import "layout/wrapper";
|
@import "layout/wrapper";
|
||||||
|
|
||||||
// BirbMC
|
// CanopyMC
|
||||||
@import "birbmc";
|
@import "canopymc";
|
||||||
|
|
|
@ -106,9 +106,9 @@
|
||||||
<span class="icon solid major style4 fa-server"></span>
|
<span class="icon solid major style4 fa-server"></span>
|
||||||
<h3>Dedicated Server</h3>
|
<h3>Dedicated Server</h3>
|
||||||
<p>
|
<p>
|
||||||
Intel i7-7700K (4c/8t at 4.2+GHz) with 64GB of RAM and dual
|
Intel Xeon-E 2386G - 6c/ 12 t - 3.5GHz / 4.7GHz with 64 GB of RAM
|
||||||
450GB NVMe SSDs in RAID - full specification
|
950GB NVMe SSDs in RAID - full specification
|
||||||
<a href="https://www.ovhcloud.com/en/bare-metal/rise/rise-2/"
|
<a href="https://us.ovhcloud.com/bare-metal/advance/adv-1/"
|
||||||
>here.</a
|
>here.</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<p class="copyright">
|
<p class="copyright">
|
||||||
© BirbMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
© CanopyMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue