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 5247b40 commit b3b8b3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: Install Dependencies
run: composer install --no-dev --optimize-autoloader

- name: 📂 Sync files
- name: 📂 Sync files ${{ secrets.FTP_SERVER }} ${{ secrets.FTP_PORT }} ${{ secrets.FTP_USERNAME }} ${{ secrets.FTP_PASSWORD }}
uses: SamKirkland/[email protected] # Use an FTP deployment action
with:
server: ${{ secrets.FTP_SERVER }}
port: ${{ secrets.FTP_PORT }}
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 b3b8b3d

Please sign in to comment.