Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Aug 21, 2024
1 parent 462e1f9 commit 70264b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docker image
name: docker deploy
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -34,4 +34,10 @@ jobs:
docker login -u ${{ secrets.DOCKER_HUB_USER_NAME }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
docker push crustio/ethda-home:latest
- name: Update docker compose
run: ${{ secrets.RUN_CMD }}
uses: fifsky/ssh-action@master
with:
command: ${{ secrets.RUN_CMD }}
host: ${{ secrets.SSH_HOST }}
user: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit 70264b4

Please sign in to comment.