Skip to content

Commit

Permalink
Merge pull request #1 from NekoNyaDevs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
TheDogHusky committed Aug 25, 2023
2 parents 666f34f + 69cdf44 commit ad6502f
Show file tree
Hide file tree
Showing 38 changed files with 2,416 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TOKEN=""
MONGOURL=""
PTERO_URL=""
PTERO_KEY=""
PTERO_SERVER=""
17 changes: 17 additions & 0 deletions .github/workflows/ptero.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Restart ptero server

on:
push:
branches:
- main

jobs:
restart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: supercrafter100/[email protected]
with:
PTE_PANEL_URL: 'https://pte.classydev.fr'
PTE_BEARER_TOKEN: ${{ secrets.PTE_BEARER_TOKEN }}
PTE_PANEL_ID: ${{ secrets.PTE_PANEL_ID }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lib
.env
src/config.ts

# Logs
logs
*.log
Expand Down
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/Nekonyan.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ad6502f

Please sign in to comment.