Add VPS hardening, Tailscale exit node, and uptime check scripts
Deploy / lint (push) Failing after 0s
Deploy / security (push) Failing after 1s
Deploy / deploy (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Gan, Jimmy
2026-06-03 02:55:05 +08:00
parent 49f73b3962
commit 55a8dbc457
4 changed files with 151 additions and 0 deletions
+9
View File
@@ -6,6 +6,9 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://100.70.115.1:8118
HTTPS_PROXY: http://100.70.115.1:8118
steps:
- name: Checkout
run: |
@@ -18,6 +21,9 @@ jobs:
security:
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://100.70.115.1:8118
HTTPS_PROXY: http://100.70.115.1:8118
steps:
- name: Checkout
run: |
@@ -35,6 +41,9 @@ jobs:
deploy:
needs: [lint, security]
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://100.70.115.1:8118
HTTPS_PROXY: http://100.70.115.1:8118
steps:
- name: Checkout
run: |