Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.71 KB

flightcontrol.mdx

File metadata and controls

37 lines (24 loc) · 1.71 KB
title description sidebar type i18nReady
Veröffentliche deine Astro-Website mit Flightcontrol auf AWS
Wie du deine Astro-Website mit Flightcontrol auf AWS veröffentlichst
label
Flightcontrol
deploy
true

import { Steps } from '@astrojs/starlight/components';

Du kannst eine Astro-Website mit Flightcontrol veröffentlichen, das vollautomatische Bereitstellungen in deinem AWS-Konto ermöglicht.

Es werden sowohl statische als auch SSR-basierte Astro-Websites unterstützt.

Wie man veröffentlicht

1. Erstelle ein Flightcontrol-Konto unter [app.flightcontrol.dev/signup](https://app.flightcontrol.dev/signup?ref=astro)
  1. Gehe zu app.flightcontrol.dev/projects/new/1

  2. Verbinde dein GitHub-Konto und wähle dein Repo aus.

  3. Wähle deinen gewünschten „Config Type“:

    • GUI (alle Einstellungen werden über das Flightcontrol-Dashboard verwaltet), wo du die Voreinstellung Astro Static oder Astro SSR auswählst.
    • flightcontrol.json („Infrastruktur als Code“-Option, bei der sich alle Konfigurationen in deinem Repo befinden), bei der du eine Astro-Beispielkonfiguration auswählst und sie dann als flightcontrol.json zu deiner Codebasis hinzufügst.
  4. Passe die Konfiguration nach Bedarf an.

  5. Klicke auf „Projekt erstellen“ und führe alle erforderlichen Schritte durch (z.B. Verknüpfung deines AWS-Kontos).

SSR-Einrichtung

Für die Bereitstellung mit SSR-Unterstützung musst du zunächst den Adapter @astrojs/node einrichten. Befolge dann die oben genannten Schritte und wähle die passenden Konfigurationen für Astro SSR.