clean: whitespace an comments
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
This commit is contained in:
parent
9bc67537dd
commit
5937d40113
1 changed files with 6 additions and 7 deletions
|
|
@ -80,7 +80,6 @@ jobs:
|
|||
if: steps.read_toml.outputs.value == 'production'
|
||||
run: |
|
||||
echo "Running steps for Production Environment"
|
||||
# rsync -avz --delete ./public/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/${{ secrets.PRODUCTION_PATH }}
|
||||
rsync -avz ./public/ $PROD_USER@$PROD_HOST:$PROD_PATH
|
||||
env:
|
||||
RSYNC_RSH: 'ssh -p ${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue