Fix wrong env naming for unit test

This commit is contained in:
2024-10-17 10:54:46 +02:00
parent 75bc71d2fb
commit bb63e6ab4b

View File

@@ -44,15 +44,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: cypress/screenshots
- name: Copy build directory to server
uses: Dylan700/sftp-upload-action@v1.2.3
with:
server: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
uploads: |
./dist => /webroot/
dry-run: true
path: cypress/screenshots