Browse Source

another test

0.6r10^2
ale 3 years ago
parent
commit
cf2c59995c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .drone.yml

+ 3
- 3
.drone.yml View File

@ -4,7 +4,7 @@ name: default
steps:
- name: builddeb
image: ubuntu/20.04
image: ubuntu:20.04
volumes:
- name: debhost
path: /debian
@ -13,9 +13,9 @@ steps:
- cp ../lch_0.6.10.deb .
- dpkg -i lch_0.6.10.deb
- lch -v
- cp lch_0.6.10.deb /debian/
- cp lch_0.6.10.deb /debian
volumes:
- name: debhost
host:
path: /opt/docker/production/lch-web/web/deb/
path: /opt/docker/production/lch-web/web/deb

Loading…
Cancel
Save