From 399099a80209025f366cfed93cdc0a2227b78286 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Fri, 29 Dec 2023 17:28:27 +0100 Subject: [PATCH] Deploy test --- .gitea/workflows/build.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml deleted file mode 100644 index a8fcf84..0000000 --- a/.gitea/workflows/build.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# .gitea/workflows/build.yaml -name: Gitea Actions Demo -run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: linux-x64 - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls -la /var/www/html - - run: echo "🍏 This job's status is ${{ job.status }}." - - uses: actions/checkout@v2 - with: - path: '/var/www/html' \ No newline at end of file