Skip to content

Fix lint errors for src/App.js #7

Fix lint errors for src/App.js

Fix lint errors for src/App.js #7

Workflow file for this run

name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: production
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /${{ secrets.USERNAME }}
PUBLIC_URL=/zeon bash ./deploy_project.sh ${{ github.event.repository.name }} zeon "npm install" "npm run build"