diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 20:18:18 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 21:31:39 +0200 |
| commit | 91a4985eacc25178171d2813d88df3fdfa91e188 (patch) | |
| tree | dddd3543a26d58a3f24c9685d91bb1464a96890c /.build.yml | |
| parent | ed937a30860839aedde56844f7c27fbbf31fbbdb (diff) | |
Add github release workflow
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,6 +22,8 @@ tasks: # This is for not having to cd into the <repo> for each task echo 'cd wireguard-gateway-portal' >> ~/.buildenv echo 'export "PATH=/home/build/go/bin:$PATH"' >> ~/.buildenv + - mirror: | + git push --force --mirror [email protected]:a14m/wireguard-gateway-portal.git - deps: | curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin golangci-lint --version @@ -34,5 +36,3 @@ tasks: make lint - build: | make build - - mirror: | - git push --force --mirror [email protected]:a14m/wireguard-gateway-portal.git |
