-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.drone.yml
48 lines (45 loc) · 1018 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
kind: pipeline
type: docker
name: default
steps:
- name: docker
image: plugins/docker
when:
event: push
branch:
- master
status: success
settings:
registry: https://registry.webkom.dev
repo: registry.webkom.dev/webkom/abakus-fwd
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest
- name: Deploy
image: abakus/ansible-deploy
when:
branch:
- master
event: push
status: success
settings:
playbook: /infrastructure/esas/playbooks/deploy.yml
repository:
from_secret: infra_repository
tags:
- faas-fn
limit: esas
inventory: /infrastructure/inventory
vault_password:
from_secret: ansible_vault_password
private_key:
from_secret: infra_deploy_key
depends_on:
- docker
---
kind: signature
hmac: f95b40b054d641d2a9cf44a653186d956ac44b622d65c067c397ed0aab367a90