change: dev become staging, test become dev

This commit is contained in:
2026-04-03 08:44:17 +00:00
parent e8f913d514
commit a1253eb40b
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ jobs:
needs: Deploy-Staging
runs-on: ubuntu
env:
URL: "https://blog-dev.vezpi.com/en/"
URL: "https://blog-staging.vezpi.com/en/"
steps:
- name: Check HTTP Response
run: |

View File

@@ -117,7 +117,7 @@ jobs:
needs: Deploy-Test
runs-on: ubuntu
env:
URL: "https://blog-test.vezpi.com/en/"
URL: "https://blog-dev.vezpi.com/en/"
steps:
- name: Check HTTP Response
run: |