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:
parent
1b70198dbe
commit
04dfd5931b
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ steps:
|
|||
- echo "B ${BUILD_PATH}"
|
||||
- echo "C ${build_path}"
|
||||
- echo "D $${build_path}"
|
||||
# - rm -rf $${BUILD_PATH}/${DRONE_BRANCH}
|
||||
# - mkdir -p $${BUILD_PATH}/${DRONE_BRANCH}
|
||||
- rm -rf ${BUILD_PATH}/${DRONE_BRANCH}
|
||||
- mkdir -p ${BUILD_PATH}/${DRONE_BRANCH}
|
||||
exclude:
|
||||
- "*"
|
||||
- name: deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue