Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh committed Dec 31, 2023
1 parent 64a0950 commit bc3f61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.VPS_USERNAME }}
password: ${{ secrets.VPS_PASSWORD }}
port: ${{ secrets.VPS_PORT }}
source: "myapp.tar"
source: "price-calc.tar"
target: "/tmp"

- name: Deploy to VPS
Expand Down

1 comment on commit bc3f61e

@vercel
Copy link

@vercel vercel bot commented on bc3f61e Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.