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 b05ac14 commit efc61c9
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 @@ -6,7 +6,7 @@ on:
- main # your main branch name

jobs:
web-deplo:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest

Expand All @@ -24,4 +24,4 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
# local-dir: 'public' # Change this to the directory containing your Laravel app
# server-dir: '/path/to/remote/directory' # Change this to the directory on your server where you want to deploy
# server-dir: '/path/to/remote/directory' # Change this to the directory on your server where you want to deploy

0 comments on commit efc61c9

Please sign in to comment.