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

#5 rm-rfing everything

This commit is contained in:
Fedor Katurov 2021-05-12 10:42:26 +07:00
parent 0918354831
commit 1bfcda94eb

View file

@ -55,8 +55,8 @@ steps:
port: 22522
script_stop: true
script:
- mkdir -p $${BUILD_PATH}/${DRONE_BRANCH}
- rm -rf $${BUILD_PATH}/${DRONE_BRANCH}
- mkdir -p $${BUILD_PATH}/${DRONE_BRANCH}
- cd $${BUILD_PATH}/${DRONE_BRANCH}
- tar -xjf /tmp/tg-bot-${DRONE_BRANCH}/app.tar.bz2 -C ./
- cp $${ENV_PATH}/${DRONE_BRANCH}/config.yml $${BUILD_PATH}/${DRONE_BRANCH}