Fix workflow YAML structure and context variables
Deploy Docusaurus / build-and-deploy (push) Successful in 5m0s
Details
Deploy Docusaurus / build-and-deploy (push) Successful in 5m0s
Details
This commit is contained in:
parent
edc89b224d
commit
25ea1bf3ed
|
|
@ -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 "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
|
|
|
|||
Loading…
Reference in New Issue