5
This commit is contained in:
@@ -39,6 +39,12 @@ jobs:
|
|||||||
runs-on: host
|
runs-on: host
|
||||||
needs: build_image
|
needs: build_image
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone repo
|
||||||
|
run: |
|
||||||
|
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||||
|
git checkout ${{ gitea.ref_name }}
|
||||||
|
|
||||||
- name: Deploy stack
|
- name: Deploy stack
|
||||||
run: |
|
run: |
|
||||||
|
docker --help
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user