From 42164ce017a507a77174c4a06d201282a5f7fe24 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:11:40 +1000 Subject: [PATCH] drone ++ --- .drone.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd96965..a0fd345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,22 @@ - --- - 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 +--- +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