diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index f88e579..a50cb1d 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -56,7 +56,7 @@ jobs: host: ${{ secrets.HOST }} key: ${{ secrets.KEY }} username: ${{ secrets.USERNAME }} - source: "build/" + source: "*" target: ${{ secrets.TEMP_DEPLOY_DIR }} - name: Promoting build to production