Skip to content

Commit

Permalink
attempt to push from sourcehut to github
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jul 2, 2024
1 parent 5dd005d commit d507b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
image: alpine/edge
packages:
- go
secrets:
- 46f739e5-4538-45dd-a79f-bf173b7a2ed9
tasks:
- setup: |
cd gozer
Expand All @@ -11,3 +13,7 @@ tasks:
- test: |
cd gozer
go test
- github_mirror: |
cd gozer
git remote add github-mirror [email protected]:dannyvankooten/gozer.git
git push github-mirror --mirror

0 comments on commit d507b4d

Please sign in to comment.