Skip to content

Commit

Permalink
#271 use systemctl daemon in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jan 7, 2022
1 parent a99ad4c commit 67425a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
# a local .env contains setup parameters, such as IP and ports
script: ~/atomic-server export && ~/atomic-server &> log-${{ env.RELEASE_VERSION }}
script: ~/atomic-server export && systemctl restart atomic

0 comments on commit 67425a7

Please sign in to comment.