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

@ -49,21 +49,15 @@ pipeline:
deploy:
image: appleboy/drone-ssh
network_mode: host
settings:
REPO:
from_secret: repo
IP:
from_secret: deploy_ip
NET:
from_secret: deploy_net
NAME:
from_secret: deploy_name
settings:
host:
from_secret: ssh_host
username:
from_secret: ssh_user
password:
from_secret: ssh_password
script: /opt/docker/TelegramAktienBot/deploy.sh
script:
- /opt/docker/TelegramAktienBot/deploy.sh
- ls
branches: main