Add VPS hardening, Tailscale exit node, and uptime check scripts
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user