File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
Register-Commands :
7
7
runs-on : ubuntu-latest
8
- environment : staging
8
+ environment : production
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
- run : npm install
27
27
secrets : |
28
28
DISCORD_PUBLIC_KEY
29
29
DISCORD_TOKEN
30
+ CURRENT_ENVIRONMENT
30
31
env :
32
+ CURRENT_ENVIRONMENT : production
31
33
CLOUDFLARE_API_TOKEN : ${{secrets.CLOUDFLARE_API_TOKEN}}
32
34
DISCORD_PUBLIC_KEY : ${{secrets.DISCORD_PUBLIC_KEY}}
33
35
DISCORD_TOKEN : ${{secrets.DISCORD_TOKEN}}
Original file line number Diff line number Diff line change 27
27
secrets : |
28
28
DISCORD_PUBLIC_KEY
29
29
DISCORD_TOKEN
30
+ CURRENT_ENVIRONMENT
30
31
env :
32
+ CURRENT_ENVIRONMENT : staging
31
33
CLOUDFLARE_API_TOKEN : ${{secrets.CLOUDFLARE_API_TOKEN}}
32
34
DISCORD_PUBLIC_KEY : ${{secrets.DISCORD_PUBLIC_KEY}}
33
35
DISCORD_TOKEN : ${{secrets.DISCORD_TOKEN}}
You can’t perform that action at this time.
0 commit comments