Skip to content

Commit 2c05087

Browse files
committed
fix: correct service id to deploy
1 parent 0063073 commit 2c05087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
-H 'Accept: application/json' \
5858
-H 'X-Ptah-Token: ${{ secrets.PTAH_TOKEN }}' \
5959
-d '{"processes":[{"name":"svc","dockerImage":"ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}"}]}' \
60-
https://app.ptah.sh/api/v0/services/2/deploy
60+
https://ctl.ptah.sh/api/v0/services/3/deploy

0 commit comments

Comments
 (0)