diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 243cd06..d74eb13 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -42,10 +42,10 @@ jobs: tags: | gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest gitea.home.joemonk.co.uk/${{ gitea.repository }}:${{ gitea.sha }} - registry.fly.io/${{ gitea.repository }}:${{ gitea.sha }} + registry.fly.io/joemonk:${{ gitea.sha }} - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only -i registry.fly.io/${{ gitea.repository }}:${{ gitea.sha }} + - run: flyctl deploy --remote-only -i registry.fly.io/joemonk:${{ gitea.sha }} env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} \ No newline at end of file