Add update script.
All checks were successful
/ deploy-job (push) Successful in 0s

This commit was merged in pull request #68.
This commit is contained in:
2026-02-09 15:04:09 +01:00
parent b553c15578
commit 88daeef9ec

View File

@@ -1,2 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "Cleaning cache"
bin/cli rm -rf var/cache bin/cli rm -rf var/cache
echo "cache cleaned"