aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-07-10 09:57:22 -0400
committerGitHub <noreply@github.com>2024-07-10 09:57:22 -0400
commitdc020774e5cd9fa2366484b3e18e583c1e2c5204 (patch)
treed497e58963f015020ad3ad464dc3e8d36f31c05a /.github/workflows
parentfe846701c2cdb2bdd1de8695573bc7e162bdfd9f (diff)
downloadxesite-dc020774e5cd9fa2366484b3e18e583c1e2c5204.tar.xz
xesite-dc020774e5cd9fa2366484b3e18e583c1e2c5204.zip
alpha
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/earthly.yml4
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 }}