From 2712571df69e9ffae3ea5f61ce608666d0bab3ac Mon Sep 17 00:00:00 2001 From: Bhargav Ponnapalli Date: Sun, 20 Jan 2019 18:59:47 +0530 Subject: [PATCH] Update workflow --- .github/main.workflow | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index d279b6081a..3e91116169 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -6,7 +6,7 @@ workflow "Deploy on Now" { # Deploy, and write deployment to file action "deploy" { uses = "actions/zeit-now@master" - args = "packages/website --team react-hooks" + args = "deploy packages/website --team react-hooks" secrets = ["ZEIT_TOKEN"] } @@ -14,7 +14,7 @@ action "deploy" { action "alias" { needs = "deploy" uses = "actions/zeit-now@master" - args = "alias `cat /github/home/deploy.txt` $GITHUB_SHA" + args = "alias --team react-hooks `cat /github/home/deploy.txt` $GITHUB_SHA" secrets = ["ZEIT_TOKEN"] } @@ -30,5 +30,5 @@ action "release" { needs = "master-branch-filter" uses = "actions/zeit-now@master" secrets = ["ZEIT_TOKEN"] - args = "alias --local-config=./packages/website/now.json" + args = "alias --team react-hooks --local-config=./packages/website/now.json" } \ No newline at end of file