Skip to content

Prod Deployment

Prod Deployment #91

name: Prod Deployment
on:
push:
branches: [ stage ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Initiate - Stage
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: stage
- name: Push changes - Init Prod
run: git push origin -f stage:prod