No known key found for this signature in database
GPG Key ID: EBA7BD5CB8B7CB94
1 changed files with
5 additions and
3 deletions
-
.drone.yml
|
@ -38,10 +38,12 @@ steps: |
|
|
WAYPOINT_SERVER_TLS: 1 |
|
|
WAYPOINT_SERVER_TLS: 1 |
|
|
WAYPOINT_SERVER_TLS_SKIP_VERIFY: 1 |
|
|
WAYPOINT_SERVER_TLS_SKIP_VERIFY: 1 |
|
|
commands: |
|
|
commands: |
|
|
|
|
|
- pwd |
|
|
|
|
|
- ls -la |
|
|
- waypoint init |
|
|
- waypoint init |
|
|
- waypoint build -remote |
|
|
- waypoint build |
|
|
- waypoint deploy -remote -release=false |
|
|
- waypoint deploy -release=false |
|
|
- waypoint release -remote -prune-retain=0 |
|
|
- waypoint release -prune-retain=0 |
|
|
|
|
|
|
|
|
- name: gitea_release |
|
|
- name: gitea_release |
|
|
image: plugins/gitea-release |
|
|
image: plugins/gitea-release |
|
|