We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83a946 commit d738cccCopy full SHA for d738ccc
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
Type=simple
47
User=pi
48
WorkingDirectory=$APP_DIR
49
- ExecStart=main
+ ExecStart=$APP_DIR/main
50
StandardOutput=append:$ENV_DIR/$LOG_FILE
51
StandardError=inherit
52
Restart=on-failure
0 commit comments