Skip to content

Commit

Permalink
feat(backend-update): change management command for backend update
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Nov 7, 2022
1 parent 584bfec commit 7d91ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructs/ad-hoc/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class AdHocApp extends Construct {
taskRole: ecsRoles.ecsTaskRole,
executionRole: ecsRoles.taskExecutionRole,
image: backendImage,
command: ['python', 'manage.py', 'backend_update'],
command: ['python', 'manage.py', 'pre_update'],
containerName: 'backendUpdate',
family: 'backendUpdate',
});
Expand Down

0 comments on commit 7d91ebc

Please sign in to comment.