Files
ana-ledger/.gitea/workflows/cicd.yaml
bel 1e0d61a0fd
All checks were successful
cicd / cicd (push) Successful in 1m37s
try
2023-10-28 08:17:22 -06:00

18 lines
298 B
YAML

name: cicd
on:
push:
branches:
- main
jobs:
cicd:
name: cicd
# runs-on: registry-app.inhome.blapointe.com:5001/docker:latest # blocks
steps:
- run: |
curl -fsSL https://get.docker.com | sh
pwd
hostname
echo hello world
docker ps