Skip to content

Commit

Permalink
test deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Feb 16, 2019
1 parent 172e190 commit 2ae1f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflow "build_test_deploy" {
on = "push"
resolves = ["build_test","deploy"]
resolves = ["deploy"]
}

action "build_test" {
Expand All @@ -11,4 +11,5 @@ action "build_test" {
action "deploy" {
uses = "docker://circleci/python:2.7.15"
runs = "./.github/deploy.sh"
needs = "build_test"
}

0 comments on commit 2ae1f76

Please sign in to comment.