mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 06:56:40 +07:00
removed exclude
This commit is contained in:
parent
3ff122baaf
commit
904853a122
1 changed files with 3 additions and 3 deletions
|
@ -40,12 +40,12 @@ steps:
|
||||||
from_secret: rsync_key
|
from_secret: rsync_key
|
||||||
port:
|
port:
|
||||||
from_secret: rsync_port
|
from_secret: rsync_port
|
||||||
source: ./docker
|
source: ./docker/
|
||||||
target: /tmp/tg-bot-${DRONE_BRANCH}
|
target: /tmp/tg-bot-${DRONE_BRANCH}
|
||||||
include:
|
include:
|
||||||
- "docker-compose.yml"
|
- "docker-compose.yml"
|
||||||
exclude:
|
# exclude:
|
||||||
- "*"
|
# - "*"
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue