Switch to self-hosted docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bbf8b3baa5
commit
cc696ee0c8
@ -5,12 +5,12 @@ steps:
|
|||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username: 3wordchant
|
||||||
from_secret: docker_reg_username_3wc
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_reg_passwd_3wc
|
from_secret: git_coopcloud_tech_token_3wc
|
||||||
repo: 3wordchant/abra-apps
|
repo: git.coopcloud.tech/coop-cloud/recipes.coopcloud.tech
|
||||||
tags: latest
|
tags: latest
|
||||||
|
registry: git.coopcloud.tech
|
||||||
|
|
||||||
- name: deployment
|
- name: deployment
|
||||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "3wordchant/abra-apps:latest"
|
image: "git.coopcloud.tech/coop-cloud/recipes.coopcloud.tech:latest"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user