Compare commits

..

1 Commits

Author SHA1 Message Date
f00aad15c5 Version
Some checks failed
continuous-integration/drone/push Build is failing
* log on startup
* display on about page
* use compile flag
* set with git tag value
2019-09-28 17:22:33 +02:00
2 changed files with 12 additions and 1 deletions

View File

@ -1,10 +1,16 @@
---
- hosts: docker
tasks:
- name: registry login
docker_login:
username: "{{ registry_login }}"
password: "{{ registry_password }}"
- name: deploy draft
docker_container:
name: "bouquins_draft_{{ draft_name }}"
image: "reg.meutel.net/go-bouquins:{{ draft_name }}"
pull: yes
state: started
recreate: yes
labels:

View File

@ -56,6 +56,11 @@ steps:
- name: deploy-branch
image: plugins/ansible:1
environment:
registry_login:
from_secret: registry_login
registry_password:
from_secret: registry_password
settings:
playbook: .ansible/deploy-draft.yml
inventory: .ansible/inventory
@ -74,6 +79,6 @@ trigger:
---
kind: signature
hmac: 6d31a8c73df2a63f6f04334ebf20ad9c7e4a992acb15097b1f887433748f0fd7
hmac: 954a9dbf92147a4d7dce6805ef54ce3dd381450d97b8676de39bb5be51c963cf
...