Compare commits
4 Commits
c8478ffd29
...
v0.1.1
Author | SHA1 | Date | |
---|---|---|---|
77478a1df6 | |||
3e7a6f2ef7 | |||
b09ab1634c | |||
8d0c1c6633 |
26
.woodpecker.yml
Normal file
26
.woodpecker.yml
Normal 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/bitgoblin.tech
|
||||||
|
source: ./_site/*
|
||||||
|
rm: True
|
||||||
|
strip_components: 1
|
||||||
|
when:
|
||||||
|
event: tag
|
@ -2,4 +2,9 @@
|
|||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
If you're looking to contact me for business inqueries, feel free to email me at [gballantine@bitgoblin.tech](mailto:gballantine@bitgoblin.tech).
|
Unfortunately money doesn't grow on trees, and a lot of the stuff that I purchase to make videos on can be quite expensive. My content is available free-of-charge on YouTube, but if you don't mind helping support me financially any help would be much appreciated.
|
||||||
|
|
||||||
|
The primary way to support my work is through donations on [my Patreon page](https://patreon.com/BitGoblin). I don't have any reward tiers over there yet, but I do plan on adding some rewards at some point in the future.
|
||||||
|
|
||||||
|
You can also support me by [joining Honey using my affiliate link]()! Honey helps you save money on popular websites, by searching for coupons to get you discounts while you're shopping. And the best part is that it's free!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user