Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# name: production
# url: https://proxypartylab.up.railway.app
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v5
# - run: echo TODO
proxypartylab-prod-gcp:
name: Dedicated Caddy server on GCP Compute Engine
Expand All @@ -21,7 +21,7 @@ jobs:
name: production
url: https://proxyparty.recaptime.dev
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Load secrets via dotenvx
id: dotenvx
uses: andreijiroh-dev/dotenvx-action@main
Expand Down