This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user