Skip to content

Commit

Permalink
🇸🇬 Kaopu
Browse files Browse the repository at this point in the history
  • Loading branch information
bitscoid authored Jan 3, 2024
1 parent 21f1c8e commit 0aa6678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aa6678

Please sign in to comment.