examples/astro-ssr
2024-06-30 20:29:12 -06:00
..
public feat: add astro ssr 2024-06-30 20:24:44 -06:00
src feat: add astro ssr 2024-06-30 20:24:44 -06:00
.gitignore feat: add astro ssr 2024-06-30 20:24:44 -06:00
astro.config.mjs refactor: add preview vite 2024-06-30 20:27:59 -06:00
package.json refactor: add host 2024-06-30 20:29:12 -06:00
pnpm-lock.yaml feat: add astro ssr 2024-06-30 20:24:44 -06:00
README.md refactor: update astro readme 2024-06-30 20:25:26 -06:00
tsconfig.json feat: add astro ssr 2024-06-30 20:24:44 -06:00

AstroJS Example

This repository contains an example of AstroJS application that is deployed on Dokploy.

  1. Use Git Provider in Your Application:

    • Repository: https://github.com/Dokploy/examples.git
    • Branch: main
    • Build path: /astro-ssr
  2. Add Environment Variables:

  • Navigate to the "Environments" tab and add the following variable:
    NIXPACKS_START_CMD="pnpm run preview"
    
  1. Click on Deploy:

    • Deploy your application by clicking the deploy button.
  2. Generate a Domain:

    • Click on generate domain button.
    • A new domain will be generated for you.
    • You can use this domain to access your application.

If you need further assistance, join our Discord server.