Skip to content

Commit

Permalink
Update build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yybht155 authored Aug 6, 2024
1 parent 8eb8df3 commit feed232
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ jobs:
- name: Release Images
run: |
ssh -i ${{ secrets.PKEY }} ${{ secrets.ENDPOINT }} "cd /data && ls"
- name: Exec cmd on remote server
uses: Comori/ssh@v0.0.1
with:
host: 54.250.64.133
username: deploy
privateKey: ${{ secrets.PKEY }}
command: |
cd /data && ls

0 comments on commit feed232

Please sign in to comment.