Compare commits
2 Commits
653edcbc51
...
5d35d4029e
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d35d4029e | |||
| 33aa92a29c |
@@ -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"
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user