Skip to content

Commit

Permalink
feat: migrate dev bot
Browse files Browse the repository at this point in the history
  • Loading branch information
icceey committed Apr 2, 2022
1 parent 20f42d4 commit 9cfe25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
port: ${{ secrets.PORT_DEV }}
username: ${{ secrets.USERNAME_DEV }}
key: ${{ secrets.PRIVATE_KEY_DEV }}
script: cd csust-got && docker-compose pull && docker-compose up -d
script: cd csust-got-dev && docker-compose pull && docker-compose up -d
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "7777:7777"

redis:
image: redis:6.0
image: redis:alpine
container_name: bot-redis
<<: *common
expose:
Expand Down

0 comments on commit 9cfe25e

Please sign in to comment.