Skip to content

chore(deps): remove dependabot configuration file #18

chore(deps): remove dependabot configuration file

chore(deps): remove dependabot configuration file #18

Workflow file for this run

name: 'Build and Deploy'
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-deploy:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Connect to SSH and run commands
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
./build-lantern.sh