Browse Source

Waypoint should not use remote runner

master
Logan Koester 3 years ago
parent
commit
5275be3c9d
No known key found for this signature in database GPG Key ID: EBA7BD5CB8B7CB94
  1. 8
      .drone.yml

8
.drone.yml

@ -38,10 +38,12 @@ steps:
WAYPOINT_SERVER_TLS: 1
WAYPOINT_SERVER_TLS_SKIP_VERIFY: 1
commands:
- pwd
- ls -la
- waypoint init
- waypoint build -remote
- waypoint deploy -remote -release=false
- waypoint release -remote -prune-retain=0
- waypoint build
- waypoint deploy -release=false
- waypoint release -prune-retain=0
- name: gitea_release
image: plugins/gitea-release

Loading…
Cancel
Save