bro
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Sakooooo 2024-12-07 14:35:57 +04:00
parent d50a728ac5
commit 1dff0a3b56
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 1 additions and 3 deletions

1
.envrc
View file

@ -1,2 +1 @@
use flake use flake

View file

@ -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: