Update the production branch #82

Merged
heinzel merged 35 commits from master into production 2024-09-16 08:50:39 +02:00
Showing only changes of commit 9c43cc6d69 - Show all commits

View File

@@ -1,13 +1,17 @@
name: Deploy into stage environment
on: workflow_dispatch
on:
push:
branches:
- stage
workflow_dispatch:
jobs:
make-deploy:
name: Deploy into stage environment
runs-on: [django-dav-events, kitty]
steps:
- name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
- name: "Checkout stage branch of the repository"
run: git clone -b stage "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
- name: "Run make deploy"
working-directory: ./repository
env: