1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

#5 fixed hosts

This commit is contained in:
Fedor Katurov 2021-05-17 15:02:33 +07:00
parent 04dfd5931b
commit f1a6129e13

View file

@ -49,8 +49,8 @@ steps:
- echo "B ${BUILD_PATH}" - echo "B ${BUILD_PATH}"
- echo "C ${build_path}" - echo "C ${build_path}"
- echo "D $${build_path}" - echo "D $${build_path}"
- rm -rf ${BUILD_PATH}/${DRONE_BRANCH} # - rm -rf ${BUILD_PATH}/${DRONE_BRANCH}
- mkdir -p ${BUILD_PATH}/${DRONE_BRANCH} # - mkdir -p ${BUILD_PATH}/${DRONE_BRANCH}
exclude: exclude:
- "*" - "*"
- name: deploy - name: deploy