Correct host
May need to set source to "./CI"?
This commit is contained in:
parent
0c722fbf5c
commit
a29b0246e1
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
# 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
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events but only for the master branch
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: appleboy/scp-action@v0.0.1
|
- uses: appleboy/scp-action@v0.0.1
|
||||||
with:
|
with:
|
||||||
host: chuckdries.com
|
host: "chuckdries.com"
|
||||||
username: ${{ secrets.CI_USER }}
|
username: ${{ secrets.CI_USER }}
|
||||||
password: ${{ secrets.CI_PASSWORD }}
|
password: ${{ secrets.CI_PASSWORD }}
|
||||||
source: "$(pwd)"
|
source: "$(pwd)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user