Correct host

May need to set source to "./CI"?
This commit is contained in:
Chuck Dries 2020-05-02 18:43:20 -07:00 committed by GitHub
parent 0c722fbf5c
commit a29b0246e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: CI
name: ci
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: appleboy/scp-action@v0.0.1
with:
host: chuckdries.com
host: "chuckdries.com"
username: ${{ secrets.CI_USER }}
password: ${{ secrets.CI_PASSWORD }}
source: "$(pwd)"