1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-08 22:38:49 +00:00

feat(slides): first throw build and deploy

This commit is contained in:
Denis Ergin 2025-04-22 18:10:57 +02:00
parent 750bb56827
commit 63142e27ea
6 changed files with 302 additions and 0 deletions

View file

@ -0,0 +1,17 @@
---
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
-->