Skip to content

Commit

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

0 comments on commit 90bf76f

Please sign in to comment.