Files
shadow-gunbuilder-ai-proto/.gitea/workflows/ci.yaml
T
dstrawsb 7fc4d92031
CI / deploy (push) Has been cancelled
fixing ci
2026-03-31 16:20:55 -04:00

23 lines
561 B
YAML

name: CI
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Docker CLI
run: |
apt-get update && apt-get install -y docker.io
- uses: actions/checkout@v4
- name: Pull latest images
run: |
docker pull gitea.gofwd.group/forward_group/ballistic-builder-spring/spring-api:latest
docker pull gitea.gofwd.group/sean/shadow-gunbuilder-ai-proto/webui:latest
- name: Recreate containers with new images
run: docker compose up -d