Skip to content

Commit

Permalink
Chore: Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 authored Apr 6, 2024
1 parent 6c9c0af commit b6d3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker stop rankin && docker rm rankin
- name: Run docker
if: failure()
if: always()
run: |
docker run --name rankin -d -p 3000:3000 -v /var/rankin/logs:/app/logs rankin:latest

0 comments on commit b6d3618

Please sign in to comment.