mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
feat: toggle VPS
This commit is contained in:
parent
3c9b975059
commit
94cc103098
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -35,3 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
- name: Toggle VPS
|
||||||
|
run: |
|
||||||
|
curn -XPOST https://sqrtminusone.xyz/deployer/ \
|
||||||
|
-H "Authorization: Bearer ${{ secrets.SERVER_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue