new
continuous-integration/drone/push Build was killed Details

This commit is contained in:
quackerd 2021-04-22 05:03:35 -04:00
parent 286fb6a3ca
commit a92f0a1462
1 changed files with 3 additions and 0 deletions

View File

@ -13,12 +13,14 @@ steps:
- name: config
image: alpine
commands:
- set +e
- echo -n "$VERSION,latest" > .tags
- sed -i -E "s/var_VERSION/$VERSION/" Dockerfile
- name: upload
image: alpine
commands:
- set +e
- apk add openssl
- chmod +x ./encrypt_upload.sh
- ./encrypt_upload.sh
@ -35,6 +37,7 @@ steps:
- name: refresh
image: alpine
commands:
- set +e
- apk add openssh
- chmod +x ./refresh.sh
- ./refresh.sh