Skip to content

Commit 0276bda

Browse files
committed
fix: fixing wrong path in workflow
1 parent b45e963 commit 0276bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-vps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
ssh -i ~/.keys/vps_key.pem -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
6262
cd ~/milk-folio
63-
docker load < images.tar
63+
docker load < images/images.tar
6464
docker-compose -f deploy.yml down
6565
docker-compose -f deploy.yml up --build
6666
EOF

0 commit comments

Comments
 (0)