Skip to content

new version

new version #3

Workflow file for this run

name: Build and Deploy Discord Bot
on:
push:
branches:
- main # Change if you're using a different branch
jobs:
build-deploy:

Check failure on line 9 in .github/workflows/docker-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
- name: Trigger deploy script on server via SSH
uses: appleboy/[email protected]
with:
host: ${{ secrets.PROD_SERVER_HOST }}
username: ${{ secrets.PROD_SERVER_USER }}
key: ${{ secrets.PROD_SERVER_SSH_KEY }}
script: |
~/deploy_app.sh