Skip to content

Commit

Permalink
fix of main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Jun 24, 2024
1 parent b00af20 commit 5d1c72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
apt-get install -y lftp
- name: Deploy Backend via SFTP
run: lftp -e "set ssl:verify-certificate no;open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} 287586.w86.wedos.net && mirror -R Fitmo_backend /www/subdom/beTest"
run: lftp -u -e "set ssl:verify-certificate no;open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} 287586.w86.wedos.net && mirror -R Fitmo_backend /www/subdom/beTest"

deploy-frontend:
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
apt-get install -y lftp
- name: Deploy Frontend via SFTP
run: lftp -e "set ssl:verify-certificate no;open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} 287586.w86.wedos.net && mirror -R Fitmo_frontend /www/subdom/devTest"
run: lftp -u -e "set ssl:verify-certificate no;open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} 287586.w86.wedos.net && mirror -R Fitmo_frontend /www/subdom/devTest"

0 comments on commit 5d1c72b

Please sign in to comment.