Skip to content

Commit

Permalink
replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Dec 25, 2023
1 parent 5d44ece commit 7b41dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

# this is a manual scipt while i build some CD
podman pull docker.io/fogapod/pink
podman rm -f pink-bot
podman run --name pink-bot --restart always -v ${PWD}/settings.toml:/code/settings.toml --hostname pink_prod --network host -d docker.io/fogapod/pink
podman run --replace --name pink-bot --restart always -v ${PWD}/settings.toml:/code/settings.toml --hostname pink_prod --network host -d docker.io/fogapod/pink

0 comments on commit 7b41dd0

Please sign in to comment.