Update demo deployment action to use different action package

This commit is contained in:
thiloho
2024-08-16 16:33:58 +02:00
parent d883f76ed6
commit 6add151cd5

View File

@@ -20,13 +20,11 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup SSH key
uses: webfactory/ssh-agent@v0.9.0
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
ssh-private-key: ${{ secrets.DEMO_SERVER_SSH_KEY }}
- name: Add server to known hosts
run: ssh-keyscan -H ${{ env.SERVER_IP }} >> ~/.ssh/known_hosts
key: ${{ secrets.DEMO_SERVER_SSH_KEY }}
known_hosts: ${{ secrets.DEMO_SERVER_KNOWN_HOSTS }}
- name: Deploy to demo server
run: |