Tweak CI settings

This commit is contained in:
simon987 2021-01-16 11:14:18 -05:00
parent 75e4e93ddd
commit 2ddc5ef3f8

View File

@ -21,7 +21,8 @@ steps:
repo: simon987/sist2 repo: simon987/sist2
context: ./Docker/ context: ./Docker/
dockerfile: ./Docker/Dockerfile dockerfile: ./Docker/Dockerfile
autotag: true auto_tag: true
auto_tag_suffix: x64-linux
when: when:
event: event:
- tag - tag
@ -66,10 +67,6 @@ steps:
from_secret: SSH_USER from_secret: SSH_USER
key: key:
from_secret: SSH_KEY from_secret: SSH_KEY
target: /files/sist2/${DRONE_REPO_OWNER}_${DRONE_REPO_NAME}/${DRONE_BRANCH}_${DRONE_BUILD_NUMBER}_${DRONE_COMMIT}/ target: /files/sist2/${DRONE_REPO_OWNER}_${DRONE_REPO_NAME}/arm_${DRONE_BRANCH}_${DRONE_BUILD_NUMBER}_${DRONE_COMMIT}/
source: source:
- ./sist2-arm64-linux - ./sist2-arm64-linux
volumes:
- name: dockersock
temp: {}