Skip to content

Commit

Permalink
episode 123
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 31, 2023
1 parent 61a7a35 commit 4db740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/app/cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (d *Deploy) Do(episodeNum int) error {
d.Run("ssh [email protected]", `cd /srv/site.hugo && git pull && docker-compose run --rm hugo`)

log.Printf("[INFO] create chat log")
d.Run("ssh [email protected]", `docker exec -i super-bot /srv/telegram-rt-bot --super=umputun --super=bobuk --super=ksenks --super=grayodesa --dbg --export-num=%s --export-path=/srv/html"`, strconv.Itoa(episodeNum))
d.Run("ssh [email protected]", `docker exec -i super-bot /srv/telegram-rt-bot --super=umputun --super=bobuk --super=ksenks --super=grayodesa --dbg --export-num=%s --export-path=/srv/html`, strconv.Itoa(episodeNum))

log.Printf("[INFO] archive news")
err := d.archiveNews()
Expand Down

0 comments on commit 4db740b

Please sign in to comment.