Add command to deploy beta version of demos (#4958)

This commit is contained in:
Monica Kozbial
2021-07-21 11:53:52 -07:00
committed by GitHub
parent 69dbcf17a2
commit 96420f0daf
3 changed files with 54 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ var cleanupTasks = require('./scripts/gulpfiles/cleanup_tasks');
module.exports = {
deployDemos: appengineTasks.deployDemos,
deployDemosBeta: appengineTasks.deployDemosBeta,
default: buildTasks.build,
generateLangfiles: buildTasks.generateLangfiles,
build: buildTasks.build,