small change2
Some checks failed
Gitea Docker Redeploy / Redeploy-App (push) Failing after 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Tobias Weise 2024-08-06 23:19:04 +02:00
parent 9a4807b1e6
commit f7060dbe69

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is deploying new version
on: [push] on: [push]
jobs: jobs:
Redeploy-App: Redeploy-App:
runs-on: self-hosted runs-on: ubuntu-latest #self-hosted
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"