mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
17 lines
398 B
YAML
17 lines
398 B
YAML
workspace:
|
|
base: /go
|
|
path: src/github.com/drone/envsubst
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
depth: 50
|
|
|
|
steps:
|
|
build:
|
|
image: tutum/curl
|
|
# A container named "vpn" should exist on the same docker daemon
|
|
network_mode: 'container:vpn'
|
|
# Replace HOST_OR_IP with the IP or hostname of a server behind the VPN
|
|
commands:
|
|
- curl -s -f -L http://HOST_OR_IP/
|