Skip to content

Commit

Permalink
Merge pull request #78 from mit-jp/new_deployment_method
Browse files Browse the repository at this point in the history
New deployment method
  • Loading branch information
mjbludwig authored Jan 31, 2025
2 parents de90285 + cb2d99f commit 52d224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: >
systemctl --user stop pod-crm_pod.service &&
ln -snf ~/builds/${{ github.event.pull_request.head.sha }} ~/climate-risk-map &&
ln -snf ~/builds/${{ github.sha }} ~/climate-risk-map &&
systemctl --user start pod-crm_pod.service

0 comments on commit 52d224d

Please sign in to comment.