From 59684cccfc7e674204df825506d8ce265e005450 Mon Sep 17 00:00:00 2001 From: mush_ball Date: Mon, 28 Apr 2025 10:45:30 +0000 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5119c46..3cf1e6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,8 +67,8 @@ deploy-dev: script: - echo "Deploying application..." - ls - - apt-get update - - apt-get install -y curl + - apk update + - apk add curl - | curl -X POST \ -H "Content-Type: application/json" \