CreativeBots/.gitea/workflows/deploy_via_docker_compose.yml
Tobias Weise 542548b902
All checks were successful
Gitea Docker Redeploy / Explore-Gitea-Actions (push) Successful in 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
more stuff
2024-08-02 00:43:13 +02:00

19 lines
498 B
YAML

name: Gitea Docker Redeploy
run-name: ${{ gitea.actor }} is deploying new version
on: [push]
jobs:
Explore-Gitea-Actions:
#runs-on: ubuntu-latest
steps:
- 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!"
- name: List files in the repository
run: |
ls ~
- run: echo "🍏 This job's status is ${{ job.status }}."