Skip to content

DetailsSummary replace open #151

DetailsSummary replace open

DetailsSummary replace open #151

Workflow file for this run

name: Deploy (Dev)
on:
push:
branches:
- main
jobs:
deployment:
name: Deployment
runs-on: ubuntu-latest
steps:
- name: deploy-dev
uses: appleboy/[email protected]
with:
host: ${{ secrets.JP_SERVER_HOSTNAME }}
username: ${{ secrets.JP_SERVER_USER }}
password: ${{ secrets.JP_SERVER_PASSWORD }}
script: |
cd /mafia-app/dev
./update.sh