Skip to content

Merge pull request #56 from happyprime/update/coding-standards-and-to… #7

Merge pull request #56 from happyprime/update/coding-standards-and-to…

Merge pull request #56 from happyprime/update/coding-standards-and-to… #7

Workflow file for this run

# This file is managed in https://github.com/happyprime/projects
name: Production deployment from trunk
on:
push:
branches: [ trunk ]
jobs:
call-workflow:
uses: happyprime/workflows/.github/workflows/deploy.yml@trunk
secrets:
REMOTE_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRESSABLE_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.DEPLOY_PRESSABLE_REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
REMOTE_PORT: ${{ secrets.DEPLOY_PRESSABLE_REMOTE_PORT }}
REMOTE_TARGET: ${{ secrets.DEPLOY_PRESSABLE_REMOTE_TARGET }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
PRODUCTION_URL: ${{ secrets.PRODUCTION_URL }}