Update pipeline.yml
This commit is contained in:
parent
74b7a18ec4
commit
edebed53ba
@ -50,20 +50,14 @@ pipeline:
|
|||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
network_mode: host
|
network_mode: host
|
||||||
settings:
|
settings:
|
||||||
REPO:
|
|
||||||
from_secret: repo
|
|
||||||
IP:
|
|
||||||
from_secret: deploy_ip
|
|
||||||
NET:
|
|
||||||
from_secret: deploy_net
|
|
||||||
NAME:
|
|
||||||
from_secret: deploy_name
|
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_host
|
from_secret: ssh_host
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_user
|
from_secret: ssh_user
|
||||||
password:
|
password:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
script: /opt/docker/TelegramAktienBot/deploy.sh
|
script:
|
||||||
|
- /opt/docker/TelegramAktienBot/deploy.sh
|
||||||
|
- ls
|
||||||
|
|
||||||
branches: main
|
branches: main
|
||||||
|
Loading…
Reference in New Issue
Block a user