mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 21:58:48 +00:00
17 lines
No EOL
281 B
Text
17 lines
No EOL
281 B
Text
---
|
|
import Reveal from "../../../layouts/Reveal.astro";
|
|
import Slides from "../../../components/slides/deployments/index.astro";
|
|
---
|
|
|
|
<Reveal title="Build and Deploy to Production">
|
|
<Slides />
|
|
</Reveal>
|
|
|
|
<!--
|
|
Hosting Files
|
|
NGINX
|
|
|
|
Modern Web
|
|
Containerization
|
|
Docker
|
|
--> |