Newer
Older
image: gregorbest/invinoveritas-build@sha256:87a44877ce7be5bcb5e5f9cd6238cfc685221090f0f17d6e338d365df4795657
- commitHash=$(git rev-parse HEAD)
- now=$(date +%Y-%m-%d-%T)
- GOOS=freebsd go build -trimpath -tags "netgo osusergo timetzdata" -ldflags "-X main.commitHash=$commitHash -X main.buildTime=$now" -o invinoveritas
artifacts:
paths:
- invinoveritas
image: gregorbest/invinoveritas-deploy@sha256:9b9116b7c25b66eec9d29a3d4dca9444cb7b16a3a6bc7a0d2470595d046dbeb8
- pv invinoveritas | ssh -i "$DEPLOY_SSH_KEY" -p 2222 wine@wine.unobtanium.de
include:
- template: Security/SAST.gitlab-ci.yml