Skip to content

Commit

Permalink
Merge pull request #223 from linglong67/feature/modify-cicd-dev-yml
Browse files Browse the repository at this point in the history
[hotfix] cicd-dev yml 수정
  • Loading branch information
linglong67 committed Feb 29, 2024
2 parents 6e261b8 + 2c8bc2c commit 0ec3b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ jobs:
echo "${{ secrets.DB_INIT_SQL }}" > init.sql
echo "${{ secrets.DEV_REDIS_CONF }}" > ./redis/redis.conf
echo "${{ secrets.DOCKER_COMPOSE }}" > docker-compose.yml
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
docker image prune -af
docker-compose pull
docker-compose down
docker-compose up -d
docker-compose up -d

0 comments on commit 0ec3b72

Please sign in to comment.