~starkingdoms/starkingdoms

0de25c50c74cefa149bc21ccc681ab6f39a6fc4e — core 2 years ago f2f8ab0
final! final! deployment! fix! 11.0!
2 files changed, 4 insertions(+), 1 deletions(-)

M .drone.yml
A Dockerfile.ansible
M .drone.yml => .drone.yml +1 -1
@@ 85,7 85,7 @@ trigger:
    - unstable
steps:
  - name: deploy
    image: danihodovic/ansible
    image: coresdev/ansible
    environment:
      VAULT_PWD:
        from_secret: vault_password

A Dockerfile.ansible => Dockerfile.ansible +3 -0
@@ 0,0 1,3 @@
FROM alpine
RUN apk add --no-cache ansible sshpass
ENTRYPOINT ["/bin/sh"]