hotfix: server prod deploy (#389)

This commit is contained in:
2025-04-01 18:35:33 -03:00
committed by GitHub
parent 30d4312cdd
commit 8779d928ee
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
-H "Content-Type: application/json" \
-H "x-api-key: ${API_KEY}" \
-d '{
"dockerImage": "ghcr.io/ricardo-campos-org/react-typescript-todolist/client:prod-${{ steps.inspect.outputs.source_pr }}",
"dockerImage": "ghcr.io/ricardo-campos-org/react-typescript-todolist/server:prod-${{ steps.inspect.outputs.source_pr }}",
"applicationId": "'"${SERVER_APPID}"'",
"username": "'"${GHCR_USERNAME}"'",
"password": "'"${GHCR_PASSWORD}"'",