This commit is contained in:
parent
7e82343fc1
commit
bf7937631e
1 changed files with 4 additions and 4 deletions
|
@ -14,15 +14,15 @@ steps:
|
||||||
- apt-get update && apt-get install -y cmake g++ libevent-dev libpcre3-dev libyaml-dev
|
- apt-get update && apt-get install -y cmake g++ libevent-dev libpcre3-dev libyaml-dev
|
||||||
- shards install
|
- shards install
|
||||||
- shards build --production --static
|
- shards build --production --static
|
||||||
- strip bin/docmachine
|
- strip bin/mfm
|
||||||
- mkdir -p /_cache/bin
|
- mkdir -p /_cache/bin
|
||||||
- cp -r bin/docmachine /_cache/bin/docmachine_linux_amd64
|
- cp -r bin/mfm /_cache/bin/mfm_linux_amd64
|
||||||
|
|
||||||
- name: publish:tag
|
- name: publish:tag
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
environment:
|
environment:
|
||||||
PACKAGE_UPLOAD_URL: https://code.apps.glenux.net/api/packages/glenux/generic/mfm
|
PACKAGE_UPLOAD_URL: https://code.apps.glenux.net/api/packages/glenux/generic/mfm
|
||||||
PACKAGE_BASENAME: docmachine_linux_amd64
|
PACKAGE_BASENAME: mfm_linux_amd64
|
||||||
PACKAGE_UPLOAD_TOKEN:
|
PACKAGE_UPLOAD_TOKEN:
|
||||||
from_secret: PACKAGE_UPLOAD_TOKEN
|
from_secret: PACKAGE_UPLOAD_TOKEN
|
||||||
when:
|
when:
|
||||||
|
@ -36,7 +36,7 @@ steps:
|
||||||
- env |grep DRONE
|
- env |grep DRONE
|
||||||
- |
|
- |
|
||||||
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
|
curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \
|
||||||
--upload-file /_cache/bin/docmachine_amd64 \
|
--upload-file /_cache/bin/mfm_amd64 \
|
||||||
$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME
|
$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME
|
||||||
|
|
||||||
# FIXME: handle multi-arch
|
# FIXME: handle multi-arch
|
||||||
|
|
Loading…
Reference in a new issue