Skip to content

Commit

Permalink
fix: service ID for connect-UI staging
Browse files Browse the repository at this point in the history
  • Loading branch information
TBonnin committed Nov 12, 2024
1 parent cbb9e81 commit 3f48851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Deploy connect
run: |
SERVICE_ID=${{ fromJson('{ "production": "srv-crtut51u0jms73bts8fg", "staging": "srv-cmj6t6da73kc739ol660" }')[inputs.stage] }}
SERVICE_ID=${{ fromJson('{ "production": "srv-crtut51u0jms73bts8fg", "staging": "srv-crv6gi68ii6s738m8u90" }')[inputs.stage] }}
COMMIT="${{ github.sha }}"
echo "Deploying $COMMIT to $SERVICE_ID"
Expand Down

0 comments on commit 3f48851

Please # to comment.