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 ad0c21e
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:
- f81fca6d-0276-4087-af74-711044e181fa
tasks:
- setup: |
cd gozer
Expand All @@ -11,3 +13,7 @@ tasks:
- test: |
cd gozer
go test
- github_mirror: |
cd gozer
git config --global credential.helper store
git push https://github.com/dannyvankooten/gozer.git --mirror

0 comments on commit ad0c21e

Please sign in to comment.