Files
Protocol-oral-history-project/.gitea/workflows/deploy.yaml
Drew 625b363fea
Some checks failed
test / build (push) Has been cancelled
starts deploy testing
2025-04-15 11:01:35 -06:00

13 lines
179 B
YAML

name: test
on:
push:
branches:
- deploy
jobs:
build:
runs-on: 'lightsail-runner'
steps:
- run: echo "Hello from $(uname -a)"
- run: docker info