diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 09e4b62..f9dfafa 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -39,4 +39,5 @@ jobs: target: "/var/www/www-hahmann-trier-de/" strip_components: 1 - - run: echo "🍏 Deployment finished with status: ${{ job.status }}." \ No newline at end of file + - name: Deployment Status + run: echo "🍏 Deployment finished with status: ${{ job.status }}." \ No newline at end of file