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
|
use flake
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,7 @@ steps:
|
||||||
from_secret: cloudflare_api_token
|
from_secret: cloudflare_api_token
|
||||||
commands:
|
commands:
|
||||||
- echo "Cleaning old files..."
|
- echo "Cleaning old files..."
|
||||||
- rm -r /tmp/output/*
|
- find /tmp/output -name '.*' ! -name '.' ! -name ".." -exec rm -r '{}' \;
|
||||||
- rm -r /tmp/output/.*
|
|
||||||
- echo "Moving new files..."
|
- echo "Moving new files..."
|
||||||
- cp -r dist/. /tmp/output
|
- cp -r dist/. /tmp/output
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue