mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
chore: disable nightly demo deploys and switch to authkey
This commit is contained in:
parent
204a9fe084
commit
66fa6d45a7
1 changed files with 3 additions and 5 deletions
8
.github/workflows/deploy-demo-server.yml
vendored
8
.github/workflows/deploy-demo-server.yml
vendored
|
|
@ -2,8 +2,8 @@ name: Deploy Demo Server
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Nightly at midnight
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *' # Nightly at midnight
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -52,9 +52,7 @@ jobs:
|
|||
- name: Tailscale
|
||||
uses: tailscale/github-action@v2
|
||||
with:
|
||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||
tags: tag:infra
|
||||
authkey: ${{ secrets.TS_AUTHKEY }}
|
||||
|
||||
- name: Deploy to server
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue