fix buildrone env

This commit is contained in:
Harvey Tindall 2021-03-07 16:07:55 +00:00
parent 2f33580f32
commit 7c0754a70c
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,9 @@ steps:
volumes:
- name: ssh_key
path: /root/drone_rsa
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY
settings:
host:
from_secret: ssh2_host
@ -55,6 +58,7 @@ steps:
- BUILDRONE_KEY
script:
- /mnt/buildx/jfa-go/build.sh stable
- rm -f upload.py
- wget https://builds.hrfee.pw/upload.py
- pip3 install requests
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag docker-stable=true'
@ -107,6 +111,9 @@ steps:
volumes:
- name: ssh_key
path: /root/drone_rsa
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY
settings:
host:
from_secret: ssh2_host