This commit is contained in:
@@ -33,7 +33,7 @@ steps:
|
|||||||
- ./gradlew bundleRelease
|
- ./gradlew bundleRelease
|
||||||
|
|
||||||
- name: deploy latest build
|
- name: deploy latest build
|
||||||
image: busybox
|
image: curlimages/curl
|
||||||
environment:
|
environment:
|
||||||
SEAFILE_API_KEY:
|
SEAFILE_API_KEY:
|
||||||
from_secret: SeafileApiKey
|
from_secret: SeafileApiKey
|
||||||
@@ -45,7 +45,7 @@ steps:
|
|||||||
- 'curl -H "Authorization: Token $SEAFILE_API_KEY" -F file=@BUNDLE_FILE -F parent_dir=/ -F relative_path=latest/ -F replace=1 "$UPLOADLINK"'
|
- 'curl -H "Authorization: Token $SEAFILE_API_KEY" -F file=@BUNDLE_FILE -F parent_dir=/ -F relative_path=latest/ -F replace=1 "$UPLOADLINK"'
|
||||||
|
|
||||||
- name: deploy tagged build
|
- name: deploy tagged build
|
||||||
image: busybox
|
image: curlimages/curl
|
||||||
environment:
|
environment:
|
||||||
SEAFILE_API_KEY:
|
SEAFILE_API_KEY:
|
||||||
from_secret: SeafileApiKey
|
from_secret: SeafileApiKey
|
||||||
|
|||||||
Reference in New Issue
Block a user