diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-07-10 09:57:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 09:57:22 -0400 |
| commit | dc020774e5cd9fa2366484b3e18e583c1e2c5204 (patch) | |
| tree | d497e58963f015020ad3ad464dc3e8d36f31c05a /.github/workflows | |
| parent | fe846701c2cdb2bdd1de8695573bc7e162bdfd9f (diff) | |
| download | xesite-dc020774e5cd9fa2366484b3e18e583c1e2c5204.tar.xz xesite-dc020774e5cd9fa2366484b3e18e583c1e2c5204.zip | |
alpha
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/earthly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 894e729..acde1a5 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -40,7 +40,7 @@ jobs: if: github.event_name != 'pull_request' id: build-and-push run: | - earthly --org me-2625 --sat pneuma --ci --push +all + earthly --org me-2625 --sat alpha --ci --push +all - name: Build Docker image if: github.event_name == 'pull_request' id: build @@ -97,4 +97,4 @@ jobs: - if: steps.changes.outputs.src == 'true' run: flyctl deploy --remote-only -c ./fly/xesite/fly.toml env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
\ No newline at end of file + FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |
