ci/cd: test deply 1
Some checks failed
land deploy / docker-build (push) Failing after 25s

This commit is contained in:
snusxd
2026-04-13 13:11:53 +03:00
parent 51c2e6a40c
commit 0d61916ce4

View File

@@ -1,19 +1,13 @@
name: Gitea Actions Demo name: land deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} test ci/cd
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: docker-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - uses: actions/checkout@v4
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - name: docker compose
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.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: | run: |
ls ${{ gitea.workspace }} docker compose up -d --build
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "this job's status is ${{ job.status }}."