Release to production, switching from caprover to a more generic webserver. #2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user