Skip to content

Commit

Permalink
add log for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferrei committed Mar 14, 2024
1 parent 6c99a57 commit 0dcd237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
eval $(ssh-agent -s)
echo "${SSH_PRIVATE_KEY}" | ssh-add -
echo "${SSH_HOST_KEY}" > ~/.ssh/known_hosts
ls -la
ls -la _site
echo "${SSH_USER_HOST_LOCATION}/dev"
rsync -hrvz --delete _site/* "${SSH_USER_HOST_LOCATION}/dev"
3 changes: 1 addition & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
eval $(ssh-agent -s)
echo "${SSH_PRIVATE_KEY}" | ssh-add -
echo "${SSH_HOST_KEY}" > ~/.ssh/known_hosts
ls -la
ls -la _site
echo "${SSH_USER_HOST_LOCATION}/test"
rsync -hrvz --delete _site/* "${SSH_USER_HOST_LOCATION}/test"

0 comments on commit 0dcd237

Please sign in to comment.