Skip to content

Merge pull request #2 from infoplaza-mobility/development #8

Merge pull request #2 from infoplaza-mobility/development

Merge pull request #2 from infoplaza-mobility/development #8

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
pull_request:
types:
- closed
branches:
- main
jobs:
deploy:
name: Deploy to Production
if: github.event.pull_request.merged == true || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Run compose script in Deployment repository.
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Deploy Docker Images
repo: infoplaza-mobility/Deploy
token: ${{ secrets.SHARED_PAT }}
ref: main