From ce74a515b31af847535d9352f3a78d13c8e3f7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 14 Aug 2024 13:37:40 +0800 Subject: [PATCH] chore: Update Surge command to use HTTPS for deployment --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ca6875a..2f5970b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -46,4 +46,4 @@ jobs: - name: Surge # pnpx surge token run: | - pnpx surge dist vue-ts-example.surge.sh --token ${{ secrets.SURGE_TOKEN }} + pnpx surge dist https://vue-ts-example.surge.sh --token ${{ secrets.SURGE_TOKEN }}