diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2915806..b3610c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,9 +19,8 @@ jobs: node-version: 18 cache: 'npm' - run: npm i - - run: sed -i s/IPPROXYHERE/170.187.226.208/g src/panel.ts - - run: cat src/panel.ts - - run: sed -i s/IPPROXYHERE/170.187.226.208/g src/vless.ts + - run: sed -i s/IPPROXYHERE/139.180.136.178/g src/panel.ts + - run: sed -i s/IPPROXYHERE/139.180.136.178/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