mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Merge pull request #15913 from ToolJet/adishM98-patch-2
Update deployment targets from Netlify to Cloudflare
This commit is contained in:
commit
8500dc66f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-to-stage.yml
vendored
4
.github/workflows/deploy-to-stage.yml
vendored
|
|
@ -20,7 +20,7 @@ on:
|
|||
|
||||
jobs:
|
||||
full-deploy:
|
||||
name: Build Image, Deploy to AKS & Netlify
|
||||
name: Build Image, Deploy to AKS & cloudflare
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
exit 1
|
||||
|
||||
deploy-frontend:
|
||||
name: Deploy Frontend to Netlify
|
||||
name: Deploy Frontend to cloudflare
|
||||
runs-on: ubuntu-latest
|
||||
needs: full-deploy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue