mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-24 10:54:46 +01:00
8 lines
182 B
Bash
Executable file
8 lines
182 B
Bash
Executable file
#!/bin/sh -l
|
|
|
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
|
nvm install latest
|
|
npm i
|
|
npm i @cloudflare/wrangler -g
|
|
wrangler whoami
|
|
wrangler publish
|