1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed dist

This commit is contained in:
Fedor Katurov 2020-11-16 12:04:07 +07:00
parent 6e283112b7
commit 6fb7bcfbcc

View file

@ -11,7 +11,7 @@ steps:
image: alpine
commands:
- rm -rf ./app.tar.bz2
- tar -cjf ./app.tar.bz2 -C ./dist .
- tar -cjf ./app.tar.bz2 -C ./ .
- name: upload
image: drillster/drone-rsync
when: