Skip to content

Commit 6266313

Browse files
committed
ci: auto deploy [skip ci]
1 parent 596a7eb commit 6266313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
IMAGE_PATH: ${{ vars.NORTHFLANK_IMAGE_PATH }}
101101
CREDENTIALS_ID: ${{ vars.NORTHFLANK_CREDENTIALS_ID }}
102102
steps:
103-
- name: update
103+
- name: Update Deployment
104104
run: |
105105
curl --header "Content-Type: application/json" \
106106
--header "Authorization: Bearer $NORTHFLANK_API_TOKEN" \
107107
--request POST \
108-
--data '{"external":{"imagePath":"${IMAGE_PATH}","credentials":"${CREDENTIALS_ID}"},"docker":{"configType":"default"}}' \
108+
--data "{\"external\":{\"imagePath\":\"$IMAGE_PATH\",\"credentials\":\"$CREDENTIALS_ID\"},\"docker\":{\"configType\":\"default\"}}" \
109109
https://api.northflank.com/v1/projects/${PROJECT_ID}/services/${SERVICE_ID}/deployment

0 commit comments

Comments
 (0)