Remove dry run

This commit is contained in:
2024-11-07 11:07:17 +01:00
parent 0a230a25fa
commit a56fa85a2f

View File

@@ -74,17 +74,6 @@ jobs:
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 => /var/www/modelec.club
dry-run: true
deploy:
runs-on: ubuntu-latest
needs: test