Compare commits
No commits in common. "main" and "main" have entirely different histories.
|
@ -13,9 +13,12 @@ pipeline:
|
|||
netlify:
|
||||
image: node:14
|
||||
secrets:
|
||||
- bot_token
|
||||
- netlify_site_id
|
||||
- netlify_auth_token
|
||||
- source: bot_token
|
||||
target: bot_token
|
||||
- source: netlify_site_id
|
||||
target: netlify_site_id
|
||||
- source: netlify_auth_token
|
||||
target: netlify_auth_token
|
||||
commands:
|
||||
- node netlify.js
|
||||
when:
|
||||
|
@ -25,7 +28,6 @@ pipeline:
|
|||
when:
|
||||
event: push
|
||||
branch: main
|
||||
settings:
|
||||
files:
|
||||
- "dist/*"
|
||||
output: dist.tar.gz
|
||||
|
@ -34,9 +36,9 @@ pipeline:
|
|||
when:
|
||||
event: push
|
||||
branch: main
|
||||
settings:
|
||||
token:
|
||||
from_secret: gitea_token
|
||||
secrets:
|
||||
- source: gitea_token
|
||||
target: plugin_gitea_token
|
||||
base: https://git.jojodev.com
|
||||
files:
|
||||
- "dist.tar.gz"
|
||||
|
|
|
@ -5,7 +5,7 @@ rm -rf dist_bk/
|
|||
cp -r dist/ dist_bk/
|
||||
|
||||
# Get new dist
|
||||
wget https://git.jojodev.com/Minecraft/website/releases/download/latest/dist.tar.gz
|
||||
wget https://git.birbmc.com/BirbMC/birbmc.com/releases/download/latest/dist.tar.gz
|
||||
|
||||
# Replace existing dist with new 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/wrapper";
|
||||
|
||||
// CanopyMC
|
||||
@import "canopymc";
|
||||
// BirbMC
|
||||
@import "birbmc";
|
||||
|
|
|
@ -106,9 +106,9 @@
|
|||
<span class="icon solid major style4 fa-server"></span>
|
||||
<h3>Dedicated Server</h3>
|
||||
<p>
|
||||
Intel Xeon-E 2386G - 6c/ 12 t - 3.5GHz / 4.7GHz with 64 GB of RAM
|
||||
950GB NVMe SSDs in RAID - full specification
|
||||
<a href="https://us.ovhcloud.com/bare-metal/advance/adv-1/"
|
||||
Intel i7-7700K (4c/8t at 4.2+GHz) with 64GB of RAM and dual
|
||||
450GB NVMe SSDs in RAID - full specification
|
||||
<a href="https://www.ovhcloud.com/en/bare-metal/rise/rise-2/"
|
||||
>here.</a
|
||||
>
|
||||
</p>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<p class="copyright">
|
||||
© CanopyMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
||||
© BirbMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue