We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc45ed commit 65e5d3eCopy full SHA for 65e5d3e
1 file changed
.github/workflows/deploy.yml
@@ -29,6 +29,10 @@ jobs:
29
ecr_repo: ${{ steps.vars.outputs.ecr_repo }}
30
ecs_cluster: ${{ steps.vars.outputs.ecs_cluster }}
31
32
+ environment:
33
+ name: test
34
+ url: https://dev.adracare.co/
35
+
36
# Steps represent a sequence of tasks that will be executed as part of the job
37
steps:
38
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -90,6 +94,11 @@ jobs:
90
94
# name: production
91
95
# url: https://github.com
92
96
97
98
99
100
101
93
102
103
104
0 commit comments