Skip to content

update CI remote target #47

update CI remote target

update CI remote target #47

Workflow file for this run

name: Deploy to mirror server
on:
push:
jobs:
# server maintainers: @findmyway @johnnychen94 @Roger-luo @staticfloat
deploy_juliacn:
runs-on: ubuntu-latest
environment: github-pages-mirror
steps:
- uses: actions/checkout@v2
- name: deploy to juliacn docs server
uses: appleboy/scp-action@master
with:
host: juliacn.com
port: ${{ secrets.REMOTE_PORT }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "./*"
target: "${{ secrets.REMOTE_TARGET }}/pdf"