Skip to content

Commit aaade9d

Browse files
authored
Update deployment source and target paths
1 parent 5f4e275 commit aaade9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
host: ${{ secrets.GC_HOST }}
3636
username: ${{ secrets.GC_USERNAME }}
3737
key: ${{ secrets.GC_KEY }}
38-
source: "./release"
39-
target: "~/app/"
38+
source: "./release/"
39+
target: "/var/www/"
4040
debug: true
4141

0 commit comments

Comments
 (0)