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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue