Skip to content

Commit

Permalink
ci: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksYang committed May 18, 2024
1 parent 45857fc commit 43cb6fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ package() {

scp_to_remote() {
echo "start scp to remote..."
ls -lh
ls -lh _output

scp -o StrictHostKeyChecking=no _output/*.tar.gz "$remote_user"@"$remote_host":/tmp/
# rm _output/*.tar.gz
Expand Down

0 comments on commit 43cb6fd

Please sign in to comment.