File tree 3 files changed +20
-21
lines changed
3 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
dev :
11
11
runs-on : ubuntu-latest
12
+ environment :
13
+ name : " develop"
14
+ url : " https://opensgs-dev.herokuapp.com"
12
15
steps :
13
16
- uses : actions/checkout@v2
14
17
Original file line number Diff line number Diff line change 7
7
- ' **/README.md'
8
8
9
9
jobs :
10
+ staging :
11
+ runs-on : ubuntu-latest
12
+ environment :
13
+ name : " staging"
14
+ url : " https://opensgs-staging.herokuapp.com"
15
+ steps :
16
+ - uses : actions/checkout@v2
17
+
18
+ -
uses :
akhileshns/[email protected]
19
+ with :
20
+ heroku_api_key : ${{secrets.HEROKU_API_KEY}}
21
+ heroku_app_name : " opensgs-staging"
22
+
23
+ usedocker : true
10
24
production :
11
25
runs-on : ubuntu-latest
12
- environment : production
26
+ environment :
27
+ name : production
28
+ url : " https://opensgs.herokuapp.com"
13
29
steps :
14
30
- uses : actions/checkout@v2
15
31
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments