Skip to content

adb's suggestion of fitting the formatting #50

adb's suggestion of fitting the formatting

adb's suggestion of fitting the formatting #50

Workflow file for this run

name: Deploy main Branch
on:
push:
branches:
- main
- new-deployment
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: GuillaumeFalourd/clone-github-repo-action@v2
with:
owner: 'deltachat'
repository: 'invite'
- run: rm -rf invite/.git
- name: Upload
uses: horochx/deploy-via-scp@1.1.0
with:
user: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
host: "delta.chat"
port: 22
local: "invite"
remote: "/var/www/html/"