diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b48dc6..71a10bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,8 @@ jobs: node-version: 18 cache: 'npm' - run: npm i - - run: sed -i s/IPPROXYHERE/23.27.101.61/g src/panel.ts - - run: sed -i s/IPPROXYHERE/23.27.101.61/g src/vless.ts + - run: sed -i s/IPPROXYHERE/38.60.199.30/g src/panel.ts + - run: sed -i s/IPPROXYHERE/38.60.199.30/g src/vless.ts - run: sed -i s/vpn/${{ github.ref_name }}/g wrangler.toml - run: sed -i s/KV_DEV/${{ secrets.KV_DEV }}/g wrangler.toml - name: Build & Deploy Worker