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: CLOUDFLARE_API_TOKEN:
from_secret: cloudflare_api_token from_secret: cloudflare_api_token
commands: commands:
- echo "Installing wrangler..." - echo "Moving..."
- npm install -g wrangler - cp -r dist/* /tmp/output
- echo "Deploying site..." volumes:
- npx wrangler pages deploy dist --project-name sakosite --branch main - /srv/sakosite:/tmp/output