Skip to content

sonar finding - the catch parameter "rejected" -> "error_" #500

sonar finding - the catch parameter "rejected" -> "error_"

sonar finding - the catch parameter "rejected" -> "error_" #500

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy Docker Compose
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSHKEY }}
script: ./FindFirst/deploy/deploy.sh