Skip to content

Commit 47e8ab3

Browse files
committed
feat: setup environment github action
1 parent e8e6dc0 commit 47e8ab3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deployment.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
name: 'Publish pterodactyl stack on the production server'
10+
11+
environment:
12+
name: production
13+
url: https://codinglab.gg
14+
1015
steps:
1116
- uses: actions/checkout@v4
1217

0 commit comments

Comments
 (0)