The code and data behind xeiaso.net
5
fork

Configure Feed

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

alpha

authored by

Xe Iaso and committed by
GitHub
dc020774 fe846701

+2 -2
+2 -2
.github/workflows/earthly.yml
··· 40 40 if: github.event_name != 'pull_request' 41 41 id: build-and-push 42 42 run: | 43 - earthly --org me-2625 --sat pneuma --ci --push +all 43 + earthly --org me-2625 --sat alpha --ci --push +all 44 44 - name: Build Docker image 45 45 if: github.event_name == 'pull_request' 46 46 id: build ··· 97 97 - if: steps.changes.outputs.src == 'true' 98 98 run: flyctl deploy --remote-only -c ./fly/xesite/fly.toml 99 99 env: 100 - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} 100 + FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}