From 25d0618e35025d92cb97c5689ad2efd8450d1573 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 07:20:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c833ae..d6a8aa4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: - source /tmp/shared/.venv/bin/activate - nohup python app.py > log.txt 2>&1 & - mkdir /tmp/target - - cd /mnt/target + - cd /tmp/target - wget -mpEk http://127.0.0.1:3000 volumes: - name: shared