Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivlao authored Jan 7, 2024
1 parent e35c6d8 commit 35386ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run: |
docker save -o /tmp/my-image.tar fivlao/sound:latest-dev
pwd
ls
ls /tmp
- name: Transfer Docker image to remote server
uses: appleboy/[email protected]
with:
host: 54.236.225.174
username: ubuntu
key: ${{ secrets.EC2_PRIVATE_KEY }}
source: "/tmp/my-image.tar"
source: "tmp/my-image.tar"
target: "/home/ubuntu"

0 comments on commit 35386ad

Please sign in to comment.