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 55be04c commit c335a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ jobs:
hosts: ${{ secrets.ENDPOINT }}
privateKey: ${{ secrets.PKEY }}
command: |
cd /data && ls;
cd /data;
ls;

0 comments on commit c335a42

Please sign in to comment.