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 d4491b9 commit 7401ad8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
apt-get install -y lftp
- name: Deploy Backend via SFTP
run: |
lftp -c "open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} sftp://287586.w86.wedos.net && mirror -R Fitmo_backend /www/subdom/beTest"
run: lftp -d -c "open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} sftp://287586.w86.wedos.net && mirror -R Fitmo_backend /www/subdom/beTest"

deploy-frontend:
runs-on: ubuntu-latest
Expand All @@ -41,5 +40,4 @@ jobs:
apt-get install -y lftp
- name: Deploy Frontend via SFTP
run: |
lftp -c "open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} sftp://287586.w86.wedos.net && mirror -R Fitmo_frontend /www/subdom/devTest"
run: lftp -d -c "open -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PASSWORD }} sftp://287586.w86.wedos.net && mirror -R Fitmo_frontend /www/subdom/devTest"

0 comments on commit 7401ad8

Please sign in to comment.