We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4e275 commit aaade9dCopy full SHA for aaade9d
1 file changed
.github/workflows/app-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
host: ${{ secrets.GC_HOST }}
36
username: ${{ secrets.GC_USERNAME }}
37
key: ${{ secrets.GC_KEY }}
38
- source: "./release"
39
- target: "~/app/"
+ source: "./release/"
+ target: "/var/www/"
40
debug: true
41
0 commit comments