diff options
| -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 }} |
