Skip to content

Commit

Permalink
Update cpanel-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwharris authored Apr 9, 2024
1 parent 0aaffd0 commit e209085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpanel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
host: '${{ secrets.CPANEL_HOSTING_URL }}'
port: '2083' # Optional. Don't change it unless you know what you're doing
username: 'your-username' # Your cPanel username
username: '${{ secrets.CPANEL_USERNAME }}' # Your cPanel username
api_token: '${{ secrets.CPANEL_API_TOKEN }}' # Your cPanel API Token generated by above user.
remote_path: '${{ secrets.CPANEL_REMOTE_PATH }}'
branch: main # Optional e.g 'main' or 'master'
Expand Down

0 comments on commit e209085

Please sign in to comment.