chore: exclude local resource artifacts from main sync
This commit is contained in:
2
etc/servers/work-server/src/services/server-command-service.ts
Executable file → Normal file
2
etc/servers/work-server/src/services/server-command-service.ts
Executable file → Normal file
@@ -596,6 +596,8 @@ function getServerDefinitions(): ServerDefinition[] {
|
||||
SERVER_COMMAND_COMPOSE_FILE: path.join(mainProjectRoot, 'docker-compose.yml'),
|
||||
SERVER_COMMAND_SERVICE: env.SERVER_COMMAND_TEST_SERVICE,
|
||||
SERVER_COMMAND_CONTAINER_NAME: 'ai-code-app-app-1',
|
||||
SERVER_COMMAND_TEST_GIT_REMOTE: 'origin',
|
||||
SERVER_COMMAND_TEST_GIT_BRANCH: env.PLAN_MAIN_BRANCH,
|
||||
},
|
||||
restartStrategy: 'wait',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user