Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Fix updated files

Fix updated files #41

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy files to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
source: "."
target: ${{ secrets.TARGET }}
key: ${{ secrets.PRIVATE_KEY }}
rm: true