Skip to content

Commit

Permalink
FIX: updated environment urls in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmia committed May 14, 2021
1 parent 47e3d9c commit f638993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_ecs_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# uses GitHub environment
environment:
name: Production
url: "http://backend.plio.in"
url: "https://backend.plio.in"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_ecs_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# uses GitHub environment
environment:
name: Staging
url: "http://staging-backend.plio.in"
url: "https://staging-backend.plio.in"

steps:
- name: Checkout
Expand Down

0 comments on commit f638993

Please sign in to comment.