Rename fly.io environment to demo
https://claude.ai/code/session_01VBL9BP4oFmJkBQbyMzJz8j
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9117fce..4ed90af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value={{date 'YYYYMMDD'}}-${{ steps.short-sha.outputs.sha }}
- type=raw,value=fly.io,enable=${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
+ type=raw,value=demo,enable=${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
- uses: docker/build-push-action@v6
with:
context: .
@@ -77,7 +77,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
- environment: fly.io
+ environment: demo
concurrency:
group: fly-deploy
cancel-in-progress: true
diff --git a/fly.toml b/fly.toml
index cf942a3..9137f2f 100644
--- a/fly.toml
+++ b/fly.toml
@@ -7,7 +7,7 @@ app = 'ketchup-t1zvtw'
primary_region = 'sjc'
[build]
- image = 'ghcr.io/kejadlen/ketchup:fly.io'
+ image = 'ghcr.io/kejadlen/ketchup:demo'
[http_service]
internal_port = 9292
@@ -25,5 +25,5 @@ primary_region = 'sjc'
[env]
DATABASE_URL = ':memory:'
- SENTRY_ENV = 'fly.io'
+ SENTRY_ENV = 'demo'
DEFAULT_USER = 'demo@example.com:Demo User'