From 4082030882c2657548d39071b114073643700a1e Mon Sep 17 00:00:00 2001 From: bacon Date: Mon, 28 Aug 2023 20:04:08 +0300 Subject: [PATCH] added yml stage --- test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.yml b/test.yml index fb41f37..4a3b4c6 100644 --- a/test.yml +++ b/test.yml @@ -5,6 +5,6 @@ image: python:3.10 - 'pip3 install requests' deploy: - stage: deploy + stage: prepare script: - 'python3 main.py'