Add CI for Hub, Store and overall integration #25

Merged
Vladislav merged 5 commits from project/shmuliar-SCRUM-105-add-ci-cd into dev 2026-03-23 21:52:38 +02:00
Showing only changes of commit 0b8d2eb18b - Show all commits

View File

@@ -50,9 +50,9 @@ jobs:
- name: Clone repository - name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }} run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
#- name: Build all production containers - name: Build all production containers
#working-directory: IoT-Systems working-directory: IoT-Systems
#run: docker-compose build run: docker-compose build
- name: Start all production containers - name: Start all production containers
working-directory: IoT-Systems working-directory: IoT-Systems