Skip to content

Commit 3d9afe4

Browse files
authored
Fix deployment script for Docker Compose
1 parent 3912dc2 commit 3d9afe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/VM Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ secrets.SERVER_ADMIN }}
3131
password: ${{ secrets.ADMIN_PASSWORD }}
3232
script: |
33-
cd code/${{ secrets.REPO_NAME }}
33+
cd ${{ secrets.REPO_NAME }}
3434
git pull origin main
3535
docker compose down
36-
docker compose --profile redis up --build -d
36+
docker compose -f docker-compose-redis.yml up --build -d

0 commit comments

Comments
 (0)