diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 16a8f25..6aafb43 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,6 +30,7 @@ jobs: envkey_VITE_UPLOAD_URL: ${{ secrets.UPLOAD_URL }} envkey_COOKIE_PROTOCOL: 'https:' file_name: .env + directory: dist - name: Upload artifact uses: appleboy/scp-action@v0.1.7 with: @@ -37,6 +38,6 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} - source: './dist, .env' + source: './dist' target: '/var/www/lafresca-frontend/html' rm: true