-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#minor updated API sources, integrated fly.io deployment, various com…
…mand cleanup - updated deployment to use fly.io instead of k8s - no longer calling official AHG APIs, replaced with chats' and dealloc's APIs - increased API interval to 20s - removed `/planet list` with `/summary` - added button links to status persistent message (and `/summary`) - added various stats to `/campaign` and `/planet` commands - fixed planetary images from helldiverscompanion
- Loading branch information
Showing
18 changed files
with
394 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# flyctl launch added from .gitignore | ||
node_modules | ||
api_responses | ||
.history | ||
build | ||
**\.env* | ||
**\foo* | ||
**\newrelic_agent.log | ||
**\data.json | ||
**\strippedData.json | ||
**\differences.json | ||
|
||
# flyctl launch added from .idea\.gitignore | ||
# Default ignored files | ||
.idea\shelf | ||
.idea\workspace.xml | ||
# Editor-based HTTP Client requests | ||
.idea\httpRequests | ||
fly.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,12 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- uses: steebchen/[email protected] | ||
with: | ||
config: ${{ secrets.KUBECONFIG }} | ||
command: rollout restart deployment/helldivers2-bot-deployment -n=helldivers2 | ||
- uses: superfly/flyctl-actions/setup-flyctl@master | ||
- run: flyctl deploy --remote-only | ||
env: | ||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} | ||
|
||
# - uses: steebchen/[email protected] | ||
# with: | ||
# config: ${{ secrets.KUBECONFIG }} | ||
# command: rollout restart deployment/helldivers2-bot-deployment -n=helldivers2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
app = 'hellcom' | ||
primary_region = 'sea' | ||
|
||
[build] | ||
image = 'ghcr.io/helldivers-2/discord-bot:latest' | ||
|
||
[[vm]] | ||
size = 'shared-cpu-1x' | ||
memory = '256mb' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.