add creditials to crmg
Build and Deploy Docker / build (push) Successful in 8m24s
Build and Deploy Docker / deploy (push) Successful in 42s

This commit is contained in:
2026-08-05 12:20:25 +02:00
parent bc9e6840a0
commit dfd3e17cc3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
<span>{{ project.role }}</span>
</div>
<h3 class="project-name">{{ project.name }}</h3>
<p class="project-desc">{{ project.description }}</p>
<p class="project-desc">{{ project.description | raw }}</p>
<div class="project-stack">
{% for tech in project.stack %}
<span class="chip">{{ tech }}</span>