Skip to content

Implement endpoint alternatives (GH-49) #15

Implement endpoint alternatives (GH-49)

Implement endpoint alternatives (GH-49) #15

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run deployment script on server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY_ED25519 }}
port: ${{ secrets.PORT }}
script: sh ~/fastapi-oauth2/docs/deploy.sh