Skip to content

fix deployment GitHub Action #35

fix deployment GitHub Action

fix deployment GitHub Action #35

Workflow file for this run

name: Deploy main Branch
on:
push:
branches:
- main
- new-deployment
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Upload
uses: horochx/[email protected]
with:
user: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
host: "delta.chat"
port: 22
local: "invite"
remote: "/var/www/html/"