Skip to content

Write members with nicks in "aka" form instead of parens #26

Write members with nicks in "aka" form instead of parens

Write members with nicks in "aka" form instead of parens #26

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
uses: Tina-otoge/infra/.github/workflows/deploy-workflow.yml@master
with:
app: MechaDon2
service: mechadon
secrets:
host: "${{ secrets.DEPLOY_HOST }}"
user: "${{ secrets.DEPLOY_USER }}"
key: "${{ secrets.DEPLOY_KEY }}"
login_user: "${{ secrets.DEPLOY_LOGIN_USER }}"
webhook_url: "${{ secrets.WEBHOOK_URL }}"