i wonder if this works
This commit is contained in:
parent
fca3604f57
commit
070f54b468
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue