Update pipeline.yml

This commit is contained in:
Florian Kaiser 2022-03-25 12:20:56 +01:00 committed by GitHub
parent 74b7a18ec4
commit edebed53ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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