Skip to content

Commit

Permalink
Add gitLab trigger #31
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi committed Oct 8, 2023
1 parent cb3ddb4 commit 610efa6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,3 @@ jobs:
python manage.py makemigrations
python manage.py migrate
python manage.py check
name: trigger gitlab job

on:
push:
branches: [ 'master' ]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "https://git.uni-jena.de/api/v4/projects/3567/trigger/pipeline"
token: ${{ secrets.TOKEN }}
project_id: 100
17 changes: 17 additions & 0 deletions .github/workflows/gitlab_depoy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: trigger gitlab job

on:
push:
branches: [ 'master' ]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "https://git.uni-jena.de/api/v4/projects/3567/trigger/pipeline"
token: ${{ secrets.TOKEN }}
project_id: 100

0 comments on commit 610efa6

Please sign in to comment.