Skip to content

feat: added web ui to create links without api #20

feat: added web ui to create links without api

feat: added web ui to create links without api #20

Workflow file for this run

name: Deploy
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Copy repository contents via scp
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: "${{ secrets.SSHKEY }}"
source: "."
target: "${{ secrets.PATH }}"
- name: Executing remote command
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.SSHKEY }}
script: ${{ secrets.SCRIPT }}