Skip to content

Commit af3dfd2

Browse files
forward args directly
1 parent 969e6d2 commit af3dfd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-relay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run-install: true
4747

4848
- name: Deploy production relay stage
49-
run: vp run --filter t3code-relay deploy -- --stage prod --yes
49+
run: vp run --filter t3code-relay deploy --stage prod --yes
5050
env:
5151
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5252
PLANETSCALE_API_TOKEN_ID: ${{ secrets.PLANETSCALE_API_TOKEN_ID }}

0 commit comments

Comments
 (0)