Skip to content

Instantly share code, notes, and snippets.

@ericraio
Created July 30, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericraio/05fd89114e11faef4b03de7630007168 to your computer and use it in GitHub Desktop.
Save ericraio/05fd89114e11faef4b03de7630007168 to your computer and use it in GitHub Desktop.
settings:
legacy:
force: false
interval: 0s
resources:
logs: /var/log/apache2/sol.log
errors: /var/log/apache2/sol.error.log
schema:
- name: sol
path: .
commands:
test:
status: true
build:
status: true
generate:
status: true
args:
- -gcflags='all=-N -l'
watcher:
extensions:
- go
paths:
- /
ignored_paths:
- .git
- .realize
- vendor
scripts:
- type: after
command: service sol start
global: true
output: true
- type: after
command: service memcached restart
global: true
output: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment