Skip to content

Instantly share code, notes, and snippets.

View vanderw's full-sized avatar

vanderwaal vanderw

View GitHub Profile
@vanderw
vanderw / fabfile.py
Last active October 23, 2024 08:51
python fabric auto deployment
"""
fabfile.py
fabric config file.
It was for simplicity. I personally don't like to extend this script to more complex to config, read, work
usage:
Find `Configurations` part to config by all your needs, maybe code adjustment are also needed.
@vanderw
vanderw / myservice.service
Last active October 22, 2024 04:05 — forked from machiel/myservice.service
systemctl golang service
#/lib/systemd/system/myservice.service
#
# systemctl daemon-reload
# systemctl enable myservice.service
# systemctl start myservice.service
#
[Unit]
Description=Service
ConditionPathExists=/path/to/web/folder
After=network.target