Update README.md

This commit is contained in:
Steven Agyekum 2019-12-04 19:06:58 +01:00 committed by GitHub
parent 6093fd5ca1
commit 050c29bcea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ jobs:
path: src/ path: src/
remote_path: /var/www/html/ remote_path: /var/www/html/
remote_host: example.com remote_host: example.com
remote_port: ${{ secrets.DEPLOY_PORT }} remote_port: 5555
remote_user: debian remote_user: debian
remote_key: ${{ secrets.DEPLOY_KEY }} remote_key: ${{ secrets.DEPLOY_KEY }}
``` ```