aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIndrajith K L2022-09-04 00:15:42 +0530
committerGitHub2022-09-04 00:15:42 +0530
commit051bf7aff0ed2bc2236fd67888b7079b6b084272 (patch)
tree246545f6ff93c7c4356610ec7bdcb7f31ce0551f /.github
parentc9da45ec69d8916074d77f266406332bf92a2631 (diff)
downloadindrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.tar.gz
indrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.tar.bz2
indrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.zip
Github Actions Updates Build Folder
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index f740856..2b03683 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -35,5 +35,5 @@ jobs:
key: ${{ secrets.SSHKEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
rm: true
- source: "public/"
+ source: "public/*"
target: "${{ secrets.SSH_DIR }}"