Skip to content

Commit 0897341

Browse files
committed
🚚 cd: set real target folder
1 parent 087950b commit 0897341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: ${{ secrets.SERVER_USERNAME }}
2121
key: ${{ secrets.SERVER_KEY }}
2222
source: "."
23-
target: "~/smart-farming-scp"
23+
target: "~/smart-farming"
2424

2525
- name: Run app
2626
uses: appleboy/[email protected]
@@ -29,5 +29,5 @@ jobs:
2929
username: ${{ secrets.SERVER_USERNAME }}
3030
key: ${{ secrets.SERVER_KEY }}
3131
script: |
32-
cd /smart-farming
32+
cd ~/smart-farming
3333
docker compose up -d

0 commit comments

Comments
 (0)