i wonder if this works

This commit is contained in:
Sakooooo 2024-12-06 16:40:55 +04:00
parent fca3604f57
commit 070f54b468
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -20,7 +20,7 @@ steps:
CLOUDFLARE_API_TOKEN:
from_secret: cloudflare_api_token
commands:
- echo "Installing wrangler..."
- npm install -g wrangler
- echo "Deploying site..."
- npx wrangler pages deploy dist --project-name sakosite --branch main
- echo "Moving..."
- cp -r dist/* /tmp/output
volumes:
- /srv/sakosite:/tmp/output