Compare commits
2 Commits
653edcbc51
...
5d35d4029e
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d35d4029e | |||
| 33aa92a29c |
@@ -22,13 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Send Deployment Request
|
- name: Send Deployment Request
|
||||||
run: |
|
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 "Authorization: token ${{ secrets.PULUMI_ACCESS_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"operation": "update",
|
"operation": "update"
|
||||||
"inheritSettings": true,
|
|
||||||
"sourceContext": {
|
|
||||||
"branch": "main"
|
|
||||||
}
|
|
||||||
}'
|
}'
|
||||||
|
|||||||
Reference in New Issue
Block a user