Compare commits

..

1 Commits

Author SHA1 Message Date
e2f90ffb80 Version
All checks were successful
continuous-integration/drone/push Build is passing
* log on startup
* display on about page
* use compile flag
* set with git tag value
2019-09-28 17:44:55 +02:00
2 changed files with 1 additions and 13 deletions

View File

@ -1,11 +1,6 @@
---
- hosts: docker
tasks:
- name: registry login
docker_login:
username: "{{ registry_login }}"
password: "{{ registry_password }}"
- name: deploy draft
docker_container:
name: "bouquins_draft_{{ draft_name }}"

View File

@ -56,11 +56,6 @@ 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
@ -68,8 +63,6 @@ steps:
from_secret: drone_ssh_key
extra_vars:
- draft_name=${DRONE_BRANCH##feature/}
- registry_login=${registry_login}
- registry_password=${registry_password}
when:
branch:
- feature/*
@ -81,6 +74,6 @@ trigger:
---
kind: signature
hmac: b318e85797aceda52c80262ca1cb712968e997993218816d6bea731b846531aa
hmac: 6d31a8c73df2a63f6f04334ebf20ad9c7e4a992acb15097b1f887433748f0fd7
...