Skip to content

Commit

Permalink
i18n(de): update guides/deploy/buddy.mdx (#10265)
Browse files Browse the repository at this point in the history
* update buddy

* Update buddy.mdx

* Update buddy.mdx

* Update buddy.mdx

---------

Co-authored-by: Yan <[email protected]>
  • Loading branch information
trueberryless and yanthomasdev authored Dec 16, 2024
1 parent 58caf1d commit fc501bf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/content/docs/de/guides/deploy/buddy.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
title: Veröffentliche deine Astro-Seite mit Buddy
title: Veröffentliche deine Astro-Website mit Buddy
description: Wie du deine Astro-Website mit Buddy im Internet veröffentlichst.
sidebar:
label: Buddy
type: deploy
i18nReady: true
---

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

Du kannst dein Astro-Projekt mit [Buddy](https://buddy.works/) veröffentlichen, einer CI/CD-Lösung, mit der du deine Website erstellen und an viele verschiedene Bereitstellungsziele wie FTP-Server und Cloud-Hosting-Anbieter übertragen kannst.

:::note
Expand All @@ -13,10 +17,15 @@ Buddy selbst hostet deine Website nicht. Stattdessen hilft es dir, den Erstellun

## Wie man veröffentlicht

<Steps>
1. [Erstelle ein **Buddy**-Konto](https://buddy.works/sign-up).

2. Erstelle ein neues Projekt und verbinde es mit einem Git-Repository (GitHub, GitLab, BitBucket, ein beliebiges privates Git-Repository oder du kannst Buddy Git Hosting verwenden).

3. Füge eine neue Pipeline hinzu.

4. Füge in der neu erstellten Pipeline eine **[Node.js](https://buddy.works/actions/node-js)** Aktion hinzu.

5. Füge bei dieser Aktion hinzu:

```bash
Expand All @@ -25,4 +34,6 @@ Buddy selbst hostet deine Website nicht. Stattdessen hilft es dir, den Erstellun
```

6. Füge eine Deployment-Aktion hinzu - es gibt viele zur Auswahl, du kannst sie in [Buddys Aktionskatalog](https://buddy.works/actions) durchsuchen. Obwohl die Einstellungen unterschiedlich sein können, musst du den **Quellpfad** auf `dist` setzen.
7. Press the **Run** button.

7. Drücke den **Ausführen**-Button.
</Steps>

0 comments on commit fc501bf

Please sign in to comment.