Skip to content

Little fix manual form #4

Little fix manual form

Little fix manual form #4

Workflow file for this run

name: Deploy on remote host
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: prod
steps:
- name: executing remote ssh commands
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: /opt/upn-epc-qr/src/deploy.sh