Stop rebuilding AI service on every deploy
This commit is contained in:
@@ -64,6 +64,7 @@ jobs:
|
||||
host: ${{ secrets.PROD_HOST }}
|
||||
username: ${{ secrets.PROD_USER }}
|
||||
key: ${{ secrets.PROD_SSH_KEY }}
|
||||
command_timeout: 40m
|
||||
script: |
|
||||
set -euo pipefail
|
||||
if [ ! -d /opt/job-tracker/app/.git ]; then
|
||||
|
||||
Reference in New Issue
Block a user