Files
ana-ledger/.gitea/workflows/cicd.yaml
Bel LaPointe d4ca44cfd9
Some checks failed
cicd / cicd (push) Failing after 8s
try
2023-10-27 23:14:51 -06:00

17 lines
251 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: |
pwd
hostname
echo hello world
docker ps