Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
gregandev 2023-06-15 18:46:26 +02:00
parent aaa3a2ef19
commit cf6e521a73

View File

@ -42,25 +42,25 @@ steps:
- name: deploy on server
image: drillster/drone-rsync
settings:
hosts: ["192.168.1.101"]
target: /workspace/terminal-cv/site
source: ./dist/*
port: 2021
user:
from_secret: RSYNC_USER
hosts: ["192.168.1.101"]
target: /workspace/terminal-cv/site
source: ./dist/*
port: 2021
user:
from_secret: RSYNC_USER
key:
from_secret: RSYNC_STACK_KEY
from_secret: RSYNC_STACK_KEY
######## TELEGRAM NOTIFICATION ########
- name: notification
image: appleboy/drone-telegram
settings:
token:
from_secret: TELEGRAM_TOKEN
to:
from_secret: TELEGRAM_USERID
message: >
token:
from_secret: TELEGRAM_TOKEN
to:
from_secret: TELEGRAM_USERID
message: >
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
{{#success build.status}}
✅ succeeded for 👷‍♂️ build {{build.number}}