Skip to content

chore: Update subproject commit for gateway submodule #9

chore: Update subproject commit for gateway submodule

chore: Update subproject commit for gateway submodule #9

Workflow file for this run

name: MSA Deploy
on:
push:
branches:
- main
jobs:
React-Build-ssh-action:
runs-on: ubuntu-latest
name: Build
steps:
- name: SSH Remote Commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASS }}
port: 22
timeout: 30s
script: |
cd /root/hackseoul-api-master
./deploy.sh