1
0
Fork 0

Update .github/workflows/deploy.yml
All checks were successful
Build and deploy / build (push) Successful in 38s

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-09 09:40:02 +01:00
parent 93533042b9
commit 4bce09877b

View file

@ -43,17 +43,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
- name: Upload ftp
uses: https://git.lgbt/mirror/ftp-action@releases/v2
with:
host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
localDir: "dist"
remoteDir: "amy.rip"
options: "--delete"
uses: https://git.lgbt/mirror/ftp-action@releases/v2
with:
host: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
localDir: "dist"
remoteDir: "amy.rip"
options: "--delete"