Release to production, switching from caprover to a more generic webserver. #2

Merged
jason merged 5 commits from main into release 2025-08-16 20:56:58 +00:00
Showing only changes of commit 0ac9716ac3 - Show all commits

View File

@@ -2,11 +2,11 @@ name: Deploy to production webserver
run-name: ${{ gitea.actor }} is deploying to production environment run-name: ${{ gitea.actor }} is deploying to production environment
on: on:
push: push:
branches: [ staging ] branches: [ release ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
Deploy-To-Staging: Deploy-To-Production:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code