diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb7e610..b6157f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,5 +34,5 @@ jobs: password: ${{ secrets.SERVER_PASSWORD }} port: ${{ secrets.SERVER_PORT }} uploads: | - ./build => /webroot/ + ./dist => /webroot/ delete: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3a1bea6..1ddc6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .DS_Store