Skip to content

Commit 6bd5cb3

Browse files
authored
ci: make deployment use the production environment (#7)
1 parent e5610dd commit 6bd5cb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ concurrency:
1717
jobs:
1818
deployment:
1919
runs-on: ubuntu-22.04
20-
2120
permissions: read-all
2221

22+
environment:
23+
name: production
24+
url: http://discord.gg/7Guzz9e
25+
2326
steps:
2427
- name: Checkout repository
2528
uses: actions/checkout@v3

0 commit comments

Comments
 (0)