Skip to content

Commit

Permalink
Merge pull request #3712 from KBVE/patch-atomic-fudster-01-10-2025-17…
Browse files Browse the repository at this point in the history
…36550122

[CI] Merge patch-atomic-fudster-01-10-2025-1736550122 into dev
  • Loading branch information
Fudster authored Jan 10, 2025
2 parents 04fe508 + 032235d commit 831dc61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/pydiscordsh/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyDiscordSh

This is a `/v1/` of the Discord.sh API.
We will use a different setup for `/v0/` and `/v2/`.
We will use a different setup for `/v0/` and `/v2/`.
8 changes: 4 additions & 4 deletions apps/pydiscordsh/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
"metadata": {
"images": ["kbve/pydiscordsh"],
"load": true,
"tags": ["1.42", "1.42.0"]
"tags": ["1.43", "1.43.0"]
},
"configurations": {
"local": {
"tags": ["1.42", "1.42.0"],
"tags": ["1.43", "1.43.0"],
"push": false
},
"production": {
"tags": ["1.42", "1.42.0"],
"tags": ["1.43", "1.43.0"],
"push": true,
"customBuildOptions": "--push",
"cache-from": [
Expand All @@ -104,7 +104,7 @@
"forwardAllArgs": false
},
{
"command": "docker run --env-file .env -p 3000:3000 kbve/pydiscordsh:1.42",
"command": "docker run --env-file .env -p 3000:3000 kbve/pydiscordsh:1.43",
"forwardAllArgs": false
}
],
Expand Down

0 comments on commit 831dc61

Please sign in to comment.