Skip to content

Commit 3398a39

Browse files
committed
chore(github-actions): clean things up a bit on deployment flows
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
1 parent 1442298 commit 3398a39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
#proxypartylab-prod-railwayapp:
17-
# name: Production Caddy server on railway.app
18-
# runs-on: ubuntu-latest
19-
# environment:
20-
# name: production
21-
# url: https://proxypartylab.up.railway.app
22-
# steps:
23-
# - uses: actions/checkout@v4
24-
# - run: echo TODO
25-
2616
production-azure:
2717
name: Production - Dedicated Caddy server on Azure VM
28-
needs: [docker-builds]
2918
runs-on: ubuntu-latest
3019
if: github.ref == 'refs/heads/main'
3120
environment:

0 commit comments

Comments
 (0)