Categorygithub.com/maniack/drone-portainer
modulepackage
0.0.0-20240806065144-a3072a7e3710
Repository: https://github.com/maniack/drone-portainer.git
Documentation: pkg.go.dev

# README

drone-portainer

Deploy docker stack to Portainer

kind: pipeline
name: default

steps:
- name: deploy
  image: maniack/drone-portainer:1.0.0-rc.1
  settings:
    portainer: http://portainer:5000
    insecure: true
    username:
      from_secret: portainer_username
    password:
      from_secret: portainer_password
    endpoint: local
    stack: nginx
    file: docker-stack.yml
    environment:
      - DEBUG=true
    debug: true

# Packages

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author