Skip to content

appleboy/drone-apex-up

Repository files navigation

drone-apex-up

GoDoc Build Status codecov Go Report Card Docker Pulls badger Build status

Drone plugin for deploying infinitely scalable serverless apps using apex/up command.

Build or Download a binary

The pre-compiled binaries can be downloaded from release page. Support the following OS type.

  • Windows amd64/386
  • Linux arm/amd64/386
  • Darwin amd64/386

With Go installed

go get -u -v github.com/appleboy/drone-apex-up

or build the binary with the following command:

export GOOS=linux
export GOARCH=amd64
export CGO_ENABLED=0
export GO111MODULE=on

go test -cover ./...

go build -v -a -tags netgo -o release/linux/amd64/drone-apex-up .

Docker

Build the docker image with the following commands:

make docker

About

Drone plugin for deploying infinitely scalable serverless apps using apex/up command.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published