Skip to content

Commit 65e5d3e

Browse files
committed
ecs deploy
1 parent acc45ed commit 65e5d3e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
ecr_repo: ${{ steps.vars.outputs.ecr_repo }}
3030
ecs_cluster: ${{ steps.vars.outputs.ecs_cluster }}
3131

32+
environment:
33+
name: test
34+
url: https://dev.adracare.co/
35+
3236
# Steps represent a sequence of tasks that will be executed as part of the job
3337
steps:
3438
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -90,6 +94,11 @@ jobs:
9094
# name: production
9195
# url: https://github.com
9296

97+
environment:
98+
name: test
99+
url: https://dev.adracare.co/
100+
101+
93102
# Steps represent a sequence of tasks that will be executed as part of the job
94103
steps:
95104
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)