Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Apr 26, 2024
1 parent e6ce2a3 commit 087ec49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from flask import Flask, jsonify
from steam_stats import get_player_summaries, get_recently_played_games
from steam_workshop import fetch_workshop_item_links, fetch_all_workshop_stats

app = Flask(__name__)


Expand Down
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
}
],
"env": {
"STEAM_API_KEY": "@steam_api_key",
"STEAM_ID": "@steam_id",
"STEAM_CUSTOM_ID": "@steam_custom_id",
"STEAM_APP_ID": "@steam_app_id"
"STEAM_API_KEY": "@STEAM_API_KEY",
"STEAM_ID": "@STEAM_ID",
"STEAM_CUSTOM_ID": "@STEAM_CUSTOM_ID",
"STEAM_APP_ID": "@STEAM_APP_ID"
},
"redirects": [
{
Expand Down

1 comment on commit 087ec49

@vercel
Copy link

@vercel vercel bot commented on 087ec49 Apr 26, 2024

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Environment Variable "STEAM_API_KEY" references Secret "STEAM_API_KEY", which does not exist.

Please sign in to comment.