Skip to content

Commit 1ad7bd2

Browse files
authored
Update main.workflow
1 parent 0eb84ea commit 1ad7bd2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/main.workflow

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# workflow "Testing" {
2-
# on = "push"
3-
# resolves = ["GitHub Action for Zeit-1"]
4-
# }
5-
6-
# action "GitHub Action for Zeit" {
7-
# uses = "actions/zeit-now@5c51b26db987d15a0133e4c760924896b4f1512f"
8-
# args = "--public --no-clipboard deploy ./site > $HOME/$GITHUB_ACTION.txt"
9-
# secrets = ["INFRA_CLIENT_ID", "INFRA_CLIENT_SECRET", "INFRA_EMAIL", "INFRA_REFRESH_TOKEN"]
10-
# }
11-
12-
# action "GitHub Action for Zeit-1" {
13-
# uses = "actions/zeit-now@5c51b26db987d15a0133e4c760924896b4f1512f"
14-
# needs = ["GitHub Action for Zeit"]
15-
# runs = "now login"
16-
# }
17-
181
workflow "Deploy on Now" {
192
on = "push"
203
resolves = ["release"]

0 commit comments

Comments
 (0)