Skip to content

Commit

Permalink
Merge #24
Browse files Browse the repository at this point in the history
24: OP-1913: add new apt repo for tag r=TomVasile a=TomVasile



Co-authored-by: Tom Vasile <[email protected]>
  • Loading branch information
bors[bot] and TomVasile authored Mar 19, 2021
2 parents 0da1d29 + 33faaa9 commit 20ba371
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,30 @@ steps:
CL_VAULT_HOST:
from_secret: vault_host

- name: publish-repo-prod
image: casperlabs/aptly:latest
failure: ignore
environment:
AWS_SECRET_ACCESS_KEY:
from_secret: aptly_prod_secret_key
AWS_ACCESS_KEY_ID:
from_secret: aptly_prod_key_id
settings:
repo_name:
from_secret: aptly_prod_repo
region:
from_secret: aptly_prod_region
gpg_key:
from_secret: aptly_prod_gpg_key
gpg_pass:
from_secret: aptly_prod_gpg_pass
distribution_id:
from_secret: aptly_prod_dist_id
acl: 'public-read'
prefix: 'releases'
deb_path: './target/debian'
deb_name: '*.deb'

- name: build-docker
image: docker:stable
commands:
Expand Down

0 comments on commit 20ba371

Please sign in to comment.