Bleeding edge #1
@@ -1,5 +1,8 @@
|
|||||||
name: Verify configuration
|
name: Verify configuration
|
||||||
|
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -10,7 +13,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Clone repo
|
||||||
|
run: git clone https://$GITEA_TOKEN@your-gitea.com/user/repo.git repo
|
||||||
|
|
||||||
- name: Start stack
|
- name: Start stack
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user