modded ci.yaml file to deploy both images
CI / deploy (push) Failing after 7s

This commit is contained in:
2026-03-20 22:58:11 -04:00
parent fb52521495
commit 5526920ff8
+12 -3
View File
@@ -1,11 +1,20 @@
name: CI name: CI
on: on:
push: push:
pull_request: branches:
- develop
jobs: jobs:
test: deploy:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: echo "Hello from Gitea Actions"
- 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