Added new Minecraft server; updated server info for the first server
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-03-10 17:30:41 -05:00
parent 0c7a998696
commit 5d2ed4803b
2 changed files with 37 additions and 1 deletions

26
.woodpecker.yml Normal file
View File

@ -0,0 +1,26 @@
pipeline:
build:
image: jekyll/jekyll:4
environment:
- JEKYLL_ROOTLESS=1
commands:
- mkdir _site
- jekyll build -s src/ --disable-disk-cache
deploy:
image: appleboy/drone-scp
settings:
host:
- www3.int.metaunix.net
- www4.int.metaunix.net
user: xadmin
port: 22
password:
from_secret: ssh_password
command_timeout: 2m
target: /var/www/mc.bitgoblin.tech
source: ./_site/*
rm: True
strip_components: 1
when:
event: tag

View File

@ -7,6 +7,16 @@ layout: home
| --- | --- |
| Address | mc1.bitgoblin.tech |
| Port | 25565 |
| Version | 1.17.1 |
| Version | 1.18.2 |
| Mode | Survival |
| Mods? | None (Vanilla) |
#### Server #2
| --- | --- |
| Address | mc2.bitgoblin.tech |
| Port | 25566 |
| Version | 1.18,2 |
| Mode | Survival |
| Mods? | None (Vanilla) |