Update pipeline.yml
This commit is contained in:
parent
1855c9966c
commit
c5c9a70df9
@ -46,25 +46,24 @@ pipeline:
|
|||||||
dockerfile: frontend/Dockerfile
|
dockerfile: frontend/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
# network_mode: host
|
network_mode: host
|
||||||
# secrets:
|
settings:
|
||||||
# - repo
|
REPO:
|
||||||
# target: REPO
|
from_secret: repo
|
||||||
# - deploy_ip
|
IP:
|
||||||
# target: IP
|
from_secret: deploy_ip
|
||||||
# - deploy_net
|
NET:
|
||||||
# target: NET
|
from_secret: deploy_net
|
||||||
# - deploy_name
|
NAME:
|
||||||
# target: NAME
|
from_secret: deploy_name
|
||||||
# - ssh_host
|
PLUGIN_HOST:
|
||||||
# target: PLUGIN_HOST
|
from_secret: ssh_host
|
||||||
# - ssh_user
|
PLUGIN_USERNAME:
|
||||||
# target: PLUGIN_USERNAME
|
from_secret: ssh_user
|
||||||
# - ssh_password
|
PLUGIN_PASSWORD:
|
||||||
# target: PLUGIN_PASSWORD
|
from_secret: ssh_password
|
||||||
# environment:
|
PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh
|
||||||
# PLUGIN_SCRIPT=/opt/docker/TelegramAktienBot/deploy.sh
|
|
||||||
|
|
||||||
# branches: main
|
branches: main
|
||||||
|
Loading…
Reference in New Issue
Block a user