feat: toggle VPS

This commit is contained in:
Pavel Korytov 2021-11-26 20:36:03 +03:00
parent 3c9b975059
commit 94cc103098

View file

@ -35,3 +35,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
- name: Toggle VPS
run: |
curn -XPOST https://sqrtminusone.xyz/deployer/ \
-H "Authorization: Bearer ${{ secrets.SERVER_TOKEN }}"