Skip to content

Commit

Permalink
change deploy script to call mm
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferrei committed Apr 30, 2024
1 parent c39c915 commit a8272d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
eval $(ssh-agent -s)
echo "${SSH_PRIVATE_KEY}" | ssh-add -
echo "${SSH_HOST_KEY}" > ~/.ssh/known_hosts
rsync -hrvz --delete _site/* "${SSH_USER_HOST_LOCATION}/test"
rsync -hrvz --delete _site/* "${SSH_USER_HOST_LOCATION}/test"
curl https://ipese-web.epfl.ch/gitlab-mm/blog-validation?blog=climact

0 comments on commit a8272d2

Please sign in to comment.