[P] Add container rebuilding on every rerun
This commit was merged in pull request #25.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user