Skip to content

Commit

Permalink
fix: TT-288 action yml 수정
Browse files Browse the repository at this point in the history
pr때 테스트를 위해
  • Loading branch information
ch8930 committed Jul 19, 2024
1 parent 20a9f9e commit 5f80aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | sudo docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
sudo docker stop $(sudo docker ps -q) 2>/dev/null || true
sudo docker run --name github-actions-demo --rm -d -p 8080:8080 -p 6379:6379 ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
sudo docker run --name github-actions-demo --rm -d -p 8080:8080 ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
sudo docker system prune -f
EOF

0 comments on commit 5f80aa1

Please sign in to comment.