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

Commit

Permalink
Use external action
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 1153646 commit 88de99d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ jobs:
runs-on: ubuntu-latest
needs: [ build,setup-ssh ]
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/[email protected]
with:
host: rettichlp.de
username: ssh
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: exit
- name: Deploy to server
run: scp -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa -r site/ [email protected]:/unicacityaddon_wiki
run: scp -r site/ [email protected]:/unicacityaddon_wiki
- name: Execute update script
run: ssh -o StrictHostKeyChecking=no [email protected] powershell -InputFormat None -F '"C:\Users\ssh\Desktop\update_unicacityaddon_wiki.ps1"'

0 comments on commit 88de99d

Please sign in to comment.