Files
ana-ledger/.gitea/workflows/cicd.yaml
Bel LaPointe b7b0ecd172
Some checks failed
cicd / cicd (push) Failing after 4s
try
2023-10-27 23:12:33 -06:00

20 lines
301 B
YAML

name: cicd
on:
push:
branches:
- main
jobs:
cicd:
name: cicd
runs-on: ubuntu-latest
steps:
- run: |
pwd
hostname
echo hello world
docker ps
with:
image: registry-app.inhome.blapointe.com:5001/docker:latest
cache: true