Attempt to expand pwd

This commit is contained in:
Chuck Dries 2020-05-02 18:38:34 -07:00 committed by GitHub
parent 7f85f7543d
commit 0c722fbf5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ jobs:
host: chuckdries.com
username: ${{ secrets.CI_USER }}
password: ${{ secrets.CI_PASSWORD }}
source: $(pwd)
source: "$(pwd)"
target: ${{ secrets.DEPLOY_PATH }}