From 72649d000995166b4ecbbd1238aac4f9184b3184 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sun, 11 Jun 2023 17:22:18 +1000 Subject: [PATCH] asdf --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7eba051 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,23 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + + +clone: + # убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию + disable: true + +steps: +- name: pull into the folduh + commands: + - cd /usr/share/$DRONE_REPO_NAME + - git pull origin master +- name: docker-compose-rebuild + commands: + - cd /usr/share/$DRONE_REPO_NAME + - docker compose up -d --build \ No newline at end of file