diff options
Diffstat (limited to '.dotter/post_deploy.sh')
-rw-r--r-- | .dotter/post_deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dotter/post_deploy.sh b/.dotter/post_deploy.sh new file mode 100644 index 0000000..fd4e5be --- /dev/null +++ b/.dotter/post_deploy.sh @@ -0,0 +1,4 @@ +touch mpd/database +touch mpd/log +touch mpd/state +touch mpd/sticker.sql |