Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingaviator committed Jul 18, 2023
1 parent 893b44b commit df1ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
username: 'gitactions'
password: ${{ secrets.SFTP_PASSWORD_ACTIONS }}
password: '${{ secrets.SFTP_PASSWORD_ACTIONS }}'
server: 'db.coastcowconsumer.com'
ssh_private_key: 'if password is set, this will be ignored'
remote_path: '/var/www/html'
Expand Down

0 comments on commit df1ed1c

Please sign in to comment.