Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv authored May 4, 2024
1 parent 68a74b6 commit d9408dd
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 @@ -14,9 +14,9 @@ jobs:
- name: FTP Deployment
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: rmbi.ch/asterjdm/cescoleak
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /www/asterjdm/cescoleak/
local-dir: ./
dry-run: false
dry-run: false

0 comments on commit d9408dd

Please sign in to comment.