Изменил(а) на '.drone.yml'
continuous-integration/drone/push Build is passing Details

pull/6/head^2
thest1tch 2 years ago
parent 8e9a899e48
commit 445690a8b8

@ -4,8 +4,8 @@ type: docker
name: build-home-docs name: build-home-docs
steps: steps:
- name: build-docs - name: check-feature
image: squidfunk/mkdocs-material:9.1.15 image: squidfunk/mkdocs-material:9.1.17
pull: if-not-exists pull: if-not-exists
volumes: volumes:
- name: site - name: site
@ -20,7 +20,7 @@ steps:
event: event:
- push - push
branch: branch:
- main - states/*
- name: telgram_notify - name: telgram_notify
image: appleboy/drone-telegram image: appleboy/drone-telegram
@ -56,3 +56,6 @@ volumes:
- name: site - name: site
host: host:
path: /opt/appdata/mkdocswiki path: /opt/appdata/mkdocswiki
- name: site-st1tru
host:
path: /opt/appdata/nginx/st1t.ru
Loading…
Cancel
Save