The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Earthfile: add all target

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso fdba730f 12bf114e

+8 -5
+3 -4
.github/workflows/earthly.yml
··· 32 32 if: github.event_name != 'pull_request' 33 33 id: build-and-push 34 34 run: | 35 - earthly --push +xesite 36 - earthly --push +patreon-saasproxy 35 + earthly --ci --push +all 37 36 - name: Build Docker image 38 37 if: github.event_name == 'pull_request' 39 38 id: build 40 39 run: | 41 - earthly +xesite 42 - earthly +patreon-saasproxy 40 + earthly --ci +all 43 41 44 42 deploy-patreon: 45 43 name: "Deploy patreon-saasproxy" ··· 60 58 - 'internal/**/*.go' 61 59 - 'go.mod' 62 60 - 'go.sum' 61 + - 'Earthfile' 63 62 - if: steps.changes.outputs.src == 'true' 64 63 run: flyctl deploy --remote-only -c ./fly/patreon-saasproxy/fly.toml 65 64 env:
+5 -1
Earthfile
··· 74 74 75 75 LABEL org.opencontainers.image.source="https://github.com/Xe/site" 76 76 77 - SAVE IMAGE --push ghcr.io/xe/site/bin:earthly 77 + SAVE IMAGE --push ghcr.io/xe/site/bin:earthly 78 + 79 + all: 80 + BUILD --platform=linux/amd64 +xesite 81 + BUILD --platform=linux/amd64 +patreon-saasproxy