Skip to content

Commit

Permalink
rename some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent baa0b4f commit a99f34c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sigpwny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
DISCORD_SERVER_ID: ${{ secrets.DISCORD_SERVER_ID }}

- name: Schedule Discord pings
run: npm run schedule-discord-workflow
run: npm run schedule-discord-ping
shell: bash
working-directory: ${{ env.CI_WORKING_DIR }}
- name: Save scheduled discord pings
Expand Down
2 changes: 2 additions & 0 deletions sigpwny.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"preview": "astro preview",
"serve": "astro preview",
"sync-discord": "npx tsx --env-file=.env src/scripts/discord.ts",
"send-discord-ping": "npx tsx --env-file=.env src/scripts/send-discord-ping.ts",
"schedule-discord-ping": "npx tsx src/scripts/schedule-discord-ping.ts",
"astro": "astro"
},
"dependencies": {
Expand Down

0 comments on commit a99f34c

Please sign in to comment.