octicon-rss(16/)
You've already forked filestash
mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-10 00:55:53 +08:00
maintain (ci): migration to drone cloud
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 1 changed files with 4 additions and 4 deletions
@@ -97,9 +97,9 @@ steps:
|
|||||||
- name: release_prepare
|
- name: release_prepare
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
depends_on: [ test_frontend, test_backend_unit, test_backend_integration, test_e2e ]
|
depends_on: [ test_frontend, test_backend_unit, test_backend_integration, test_e2e ]
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
environment:
|
environment:
|
||||||
GPG_PRIVATE:
|
|
||||||
from_secret: GPG_PRIVATE
|
|
||||||
GPG_PASSPHRASE:
|
GPG_PASSPHRASE:
|
||||||
from_secret: GPG_PASSPHRASE
|
from_secret: GPG_PASSPHRASE
|
||||||
commands:
|
commands:
|
||||||
@@ -146,7 +146,7 @@ steps:
|
|||||||
image: quay.io/honestbee/drone-kubernetes
|
image: quay.io/honestbee/drone-kubernetes
|
||||||
depends_on: [ release_publish ]
|
depends_on: [ release_publish ]
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: master
|
||||||
kubernetes_server: ${KUBERNETES_SERVER}
|
kubernetes_server: ${KUBERNETES_SERVER}
|
||||||
kubernetes_cert: ${KUBERNETES_CERT}
|
kubernetes_cert: ${KUBERNETES_CERT}
|
||||||
kubernetes_token: ${KUBERNETES_TOKEN}
|
kubernetes_token: ${KUBERNETES_TOKEN}
|
||||||
|
|||||||
Reference in New Issue
Block a user