Edit .gitlab-ci.yml

This commit is contained in:
mush_ball
2025-04-28 10:45:30 +00:00
parent 57690ecb5e
commit 59684cccfc

View File

@@ -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" \