Skip to content

Commit

Permalink
feat: setup environment github action
Browse files Browse the repository at this point in the history
  • Loading branch information
neolectron committed Jun 2, 2024
1 parent e8e6dc0 commit 47e8ab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
publish:
runs-on: ubuntu-latest
name: 'Publish pterodactyl stack on the production server'

environment:
name: production
url: https://codinglab.gg

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 47e8ab3

Please sign in to comment.