Skip to content

Commit

Permalink
Merge branch 'play_dl_fix_20240705' of https://github.com/DestroyCom/…
Browse files Browse the repository at this point in the history
…StroyCord into play_dl_fix_20240705
  • Loading branch information
DestroyCom committed Jul 5, 2024
2 parents c50b8fe + 9af7b81 commit c92db10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
needs: create_tag
uses: ./.github/workflows/build.yml
secrets: inherit
build_playdl_forked:
needs: create_tag
uses: ./.github/workflows/build-playdl-forked.yml
secrets: inherit
release:
needs: [build]
needs: [build, build_playdl_forked]
uses: ./.github/workflows/release.yml
secrets: inherit
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3"
version: '3'

services:
stroycord:
container_name: stroycord
image: stroycord:latest
image: destcom/stroycord:latest
build:
context: .
dockerfile: StroyCord.Dockerfile
Expand Down

0 comments on commit c92db10

Please sign in to comment.