File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments