CI: Move upload-cdn subcommand from grabpl (#58957)

Move upload-cdn from grabpl
This commit is contained in:
Dimitris Sotirakis
2022-11-18 08:37:18 -05:00
committed by GitHub
parent e823a90b82
commit e37fc888c0
4 changed files with 92 additions and 9 deletions
+8
View File
@@ -96,6 +96,14 @@ func main() {
},
},
},
{
Name: "upload-cdn",
Usage: "Upload public/* to a cdn bucket",
Action: UploadCDN,
Flags: []cli.Flag{
&editionFlag,
},
},
{
Name: "shellcheck",
Usage: "Run shellcheck on shell scripts",