Updating CD job definition for deploying to production
All checks were successful
Deploy to staging webserver / Deploy-To-Staging (push) Successful in 1m55s

This commit is contained in:
2025-08-16 14:46:47 -06:00
parent 560fc865b1
commit 0ac9716ac3

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