Skip to content

Commit

Permalink
ci: Weitere Verbesserungen an der Production CI-Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Oct 15, 2023
1 parent 903526f commit 00e5806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
if: github.event.release.prerelease == false
name: Restart Production Server for Rebuilding
runs-on: ubuntu-latest
env:
DISCORD_BOT_TOKEN: '1234567890'
DISCORD_TEAM_ROLE_ID: '706087016613281842'
DISCORD_CUBYX_GUILD: '665917454626717746'
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 00e5806

Please sign in to comment.