Compare commits

..

2 Commits

Author SHA1 Message Date
FahdShalhoub 5d35d4029e CHANGE: Removed Default Set Variables
Deploy Infrastructure / pulumi-up (push) Successful in 2s
2026-08-27 19:04:36 +03:00
FahdShalhoub 33aa92a29c FIX: Corrected URL Of pulumi deployment 2026-08-27 19:03:50 +03:00
+2 -6
View File
@@ -22,13 +22,9 @@ jobs:
steps:
- name: Send Deployment Request
run: |
curl -X POST https://www.pulumi.com \
curl -X POST https://api.pulumi.com/api/stacks/fahdshalhoub123-gmail-com/thamanyah/main/deployments \
-H "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{
"operation": "update",
"inheritSettings": true,
"sourceContext": {
"branch": "main"
}
"operation": "update"
}'