Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 23, 2024
1 parent 4c969ab commit 620ad59
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-languages-v2-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy Languages V2 Web
on:
pull_request:
branches: [ main ]
types:
- labeled
- synchronize
jobs:
copy-to-host:
name: Build
if: ${{ github.event.label.name == 'deploy-languages-v2-web' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy file via ssh password
uses: appleboy/[email protected]
with:
host: ${{ secrets.UTS_HOST }}
username: ${{ secrets.UTS_USERNAME }}
password: ${{ secrets.UTS_PASSWORD }}
port: ${{ secrets.UTS_PORT }}
source: "apps/languagesv2/README.md"
target: "/root/apps2"

0 comments on commit 620ad59

Please sign in to comment.