Fix workflow YAML structure and context variables
Deploy Docusaurus / build-and-deploy (push) Successful in 5m0s Details

This commit is contained in:
DFFM-maker 2026-01-03 11:33:10 +01:00
parent edc89b224d
commit 25ea1bf3ed
1 changed files with 5 additions and 5 deletions

View File

@ -75,10 +75,10 @@ jobs:
echo "✅ Sito deployato con successo!"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "🌐 URL: http://192.168.1.245:8080"
echo "📦 Commit: ${{ gitea.sha }}"
echo "👤 Author: ${{ gitea.actor }}"
echo "📦 Commit: ${{ github.sha }}"
echo "👤 Author: ${{ github.actor }}"
echo "📅 Data: $(date '+%Y-%m-%d %H:%M:%S')"
echo "🔖 Branch: ${{ gitea.ref_name }}"
echo "🔖 Branch: ${{ github.ref_name }}"
echo "📊 Files totali: $(find /deploy/docs -type f | wc -l)"
echo "💾 Dimensione: $(du -sh /deploy/docs | cut -f1)"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
@ -89,7 +89,7 @@ jobs:
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "❌ Deploy FALLITO!"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
echo "📦 Commit: ${{ gitea.sha }}"
echo "👤 Author: ${{ gitea.actor }}"
echo "📦 Commit: ${{ github.sha }}"
echo "👤 Author: ${{ github.actor }}"
echo "📅 Data: $(date '+%Y-%m-%d %H:%M:%S')"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"