diff --git a/README.md b/README.md index 7118547..eb6bb4d 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,22 @@ Only 4 states. [ref](http://supervisord.org/subprocess.html#process-states) ![states](docs/states.png) +## Notification (todo) +Configuration example + +```yaml +notifications: + on: + fatal: true + pushover: + api_key: [token] + users: + - [user1] + - [user2] +``` +### Pushover + + # Plugin Design (todo) Current plugins: diff --git a/deploy.sh b/deploy.sh index 1e64c3e..fc599d7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -40,7 +40,7 @@ fi --channel="$CHANNEL" \ --version="$VERSION" \ --app="app_8Gji4eEAdDx" \ - --platforms="darwin_amd64 linux_amd64" \ + --platforms="darwin_amd64 linux_amd64 linux_386" \ --signing-key="equinox.key" \ --token="$EQUINOX_API_TOKEN" \ -- -tags bindata -ldflags "-X main.Version=$TRAVIS_COMMIT" diff --git a/res/index.html b/res/index.html index 81127ee..1a93d31 100644 --- a/res/index.html +++ b/res/index.html @@ -81,9 +81,9 @@ - +