Skip to content

Commit

Permalink
Docker Build Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 9, 2024
1 parent 044bd8d commit fbf25b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker CI

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
STEAM_ID: ${{ secrets.STEAM_ID }}
STEAM_CUSTOM_ID: ${{ secrets.STEAM_CUSTOM_ID }}
LOG_SCALE: True
WORKSHOP_STATS: True
LOG_SCALE: True
```

[^*]: Unfortunately, Steam Web API doesn't support Web Sockets so the profile status cannot be updated in real time as it gets updated in steam profile 🥲

1 comment on commit fbf25b0

@vercel
Copy link

@vercel vercel bot commented on fbf25b0 Jun 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.