This commit is contained in:
parent
d50a728ac5
commit
1dff0a3b56
2 changed files with 1 additions and 3 deletions
1
.envrc
1
.envrc
|
@ -1,2 +1 @@
|
|||
use flake
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@ steps:
|
|||
from_secret: cloudflare_api_token
|
||||
commands:
|
||||
- echo "Cleaning old files..."
|
||||
- rm -r /tmp/output/*
|
||||
- rm -r /tmp/output/.*
|
||||
- find /tmp/output -name '.*' ! -name '.' ! -name ".." -exec rm -r '{}' \;
|
||||
- echo "Moving new files..."
|
||||
- cp -r dist/. /tmp/output
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue