Skip to content

Commit

Permalink
clean() when deploying to hetzner
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jun 25, 2024
1 parent ffd3971 commit 459d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ How deploying to hetzner works:
- run on hetzner
*/
func deployToHetzner() {
deleteOldBuilds()
clean()
exeName := buildForProd(true)
panicIf(!u.FileExists(exeName), "file '%s' doesn't exist", exeName)
emptyFrontEndBuildDir()
Expand Down

0 comments on commit 459d021

Please sign in to comment.