package name change

pull/109/head
Hunter Long 2018-12-03 23:15:01 -08:00
parent 271660c9a2
commit 96ea09da50
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ ENV DEP_VERSION v0.5.0
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq
RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \
chmod +x /go/bin/dep
RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \
RUN curl -L -s https://assets.statup.io/sass -o /usr/local/bin/sass && \
chmod +x /usr/local/bin/sass
WORKDIR /go/src/github.com/hunterlong/statping
ADD . /go/src/github.com/hunterlong/statping

View File

@ -1,4 +1,4 @@
name: statup
name: statping
version-script: cat version.txt
version: "stable"
summary: Statping Server Monitoring with Status Page
@ -14,13 +14,13 @@ confinement: strict
grade: stable
parts:
statup:
statping:
plugin: dump
source: ./build/statup-linux.tar.gz
source: ./build/statping-linux.tar.gz
apps:
statup:
command: statup
statping:
command: statping
plugs:
- home
- network-bind