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: script:
- echo "Deploying application..." - echo "Deploying application..."
- ls - ls
- apt-get update - apk update
- apt-get install -y curl - apk add curl
- | - |
curl -X POST \ curl -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \