Skip to content

style: Remove unnecessary extra line from DiscordBotSubmissionHandler. #17

style: Remove unnecessary extra line from DiscordBotSubmissionHandler.

style: Remove unnecessary extra line from DiscordBotSubmissionHandler. #17

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: SSH Remote Commands
uses: appleboy/ssh-action@v1.2.2
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.SSH_KEY }}
script: sh ./update_backend.sh