Skip to content

Commit

Permalink
GitHub Actions 修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tissueMO committed Feb 9, 2025
1 parent f513194 commit 50452e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,4 @@ jobs:
env:
GITHUB_REPOSITORY: ${{ github.repository }}
run: |
docker run
--env-file .env \
ghcr.io/${GITHUB_REPOSITORY,,}/discord-extension:main \
./deploy.sh
docker run --env-file .env ghcr.io/${GITHUB_REPOSITORY,,}/discord-extension:main ./deploy.sh

0 comments on commit 50452e6

Please sign in to comment.