Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyanendra-baghel authored May 18, 2024
1 parent b3b8b3d commit 73142bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Install Dependencies
run: composer install --no-dev --optimize-autoloader

- name: 📂 Sync files ${{ secrets.FTP_SERVER }} ${{ secrets.FTP_PORT }} ${{ secrets.FTP_USERNAME }} ${{ secrets.FTP_PASSWORD }}
- name: 📂 Sync files
uses: SamKirkland/[email protected] # Use an FTP deployment action
with:
server: ${{ secrets.FTP_SERVER }}
port: ${{ secrets.FTP_PORT }}
server: files.000webhost.com
port: 21
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
# local-dir: 'public' # Change this to the directory containing your Laravel app
Expand Down

0 comments on commit 73142bc

Please sign in to comment.