recipes.coopcloud.tech/.drone.yml

26 lines
574 B
YAML
Raw Normal View History

2021-04-24 16:06:38 +00:00
---
kind: pipeline
2022-05-04 09:25:32 +00:00
name: deploy to recipes.coopcloud.tech
2021-04-24 16:06:38 +00:00
steps:
- name: build image
image: plugins/docker
2021-04-24 16:06:38 +00:00
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/abra-apps
tags: latest
2022-05-04 09:25:32 +00:00
- name: deployment
2024-04-01 23:10:42 +00:00
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
2022-05-04 09:25:32 +00:00
settings:
stack: recipes_coopcloud_tech
host: swarm-0.coopcloud.tech
2022-05-04 09:25:32 +00:00
deploy_key:
from_secret: drone_ssh_swarm-0_coopcloud_tech
2022-05-04 09:25:32 +00:00
2021-04-24 16:06:38 +00:00
trigger:
branch:
- main