Tweak CI settings

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

View File

@ -21,7 +21,8 @@ steps:
repo: simon987/sist2
context: ./Docker/
dockerfile: ./Docker/Dockerfile
autotag: true
auto_tag: true
auto_tag_suffix: x64-linux
when:
event:
- tag
@ -66,10 +67,6 @@ steps:
from_secret: SSH_USER
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:
- ./sist2-arm64-linux
volumes:
- name: dockersock
temp: {}