mirror of
https://github.com/fluencelabs/dashboard
synced 2025-03-16 13:30:48 +00:00
downgrade ssh action
This commit is contained in:
parent
ac360f5819
commit
517d42e24e
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy dashboard@master to DigitalOcean via SSH
|
||||
uses: appleboy/ssh-action@v0.1.4
|
||||
uses: appleboy/ssh-action@v0.1.3
|
||||
with:
|
||||
HOST: ${{ secrets.DASHBOARD_HOST }}
|
||||
USERNAME: ${{ secrets.DASHBOARD_USERNAME }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user