Skip to content

Typo fix

Typo fix #4

Workflow file for this run

name: Deploy to Web Server
on:
push:
paths:
- 'static/*.html'
- 'final/*.pdf'
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: copy static files
uses: appleboy/scp-action@v0.1.7
with:
host: radiofreewaba.net
username: ${{ secrets.DEPLOY_USER }}
port: 22
key: ${{ secrets.RFWKEY }}
source: "static/*"
target: ${{ secrets.DEPLOY_LOCATION }}/
- name: copy generated files
uses: appleboy/scp-action@v0.1.7
with:
host: radiofreewaba.net
username: ${{ secrets.DEPLOY_USER }}
port: 22
key: ${{ secrets.RFWKEY }}
source: "final/*.pdf,final/TravellerGrandIndex.docx"
target: ${{ secrets.DEPLOY_LOCATION }}/files/