Skip to content

Commit

Permalink
Merge pull request #809 from primer/now-integration
Browse files Browse the repository at this point in the history
Remove primer/deploy action
  • Loading branch information
shawnbot authored May 22, 2019
2 parents 816e189 + 02dc989 commit 324b180
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
workflow "lint, test, deploy, publish" {
workflow "lint, test, publish" {
on = "push"
resolves = [
"lint",
"test",
"publish",
"deploy",
]
resolves = ["lint", "test", "publish"]
}

action "install" {
Expand All @@ -31,12 +26,3 @@ action "publish" {
args = ["--", "--unsafe-perm"]
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
}

action "deploy" {
needs = "install"
uses = "primer/deploy@v3.0.0"
secrets = [
"GITHUB_TOKEN",
"NOW_TOKEN",
]
}

0 comments on commit 324b180

Please sign in to comment.