mirror of https://github.com/statping/statping
package name change
parent
271660c9a2
commit
96ea09da50
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue