diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ca3a59..7de9681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: commit_message: ${{ github.event.head_commit.message }} ${{steps.tag_version.outputs.tag}} github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./website/build - name: Generate Changelog id: changelog diff --git a/website/.dockerignore b/website/.dockerignore new file mode 100644 index 0000000..d2587aa --- /dev/null +++ b/website/.dockerignore @@ -0,0 +1,4 @@ +node_modules +public +src +.git \ No newline at end of file diff --git a/Dockerfile b/website/Dockerfile similarity index 100% rename from Dockerfile rename to website/Dockerfile