Skip to content

Commit 7384f6a

Browse files
committed
change
1 parent 22ec79b commit 7384f6a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-backend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
--context=./ \
3131
--verbosity debug \
3232
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
33+
- name: Test
34+
if: always()
35+
run: |
36+
sleep

infrastructure/tools/lambdas/github_runner_webhook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def handle_workflow_job(body, context):
9191
cluster=ECS_CLUSTER_NAME,
9292
taskDefinition=ECS_TASK_DEFINITION,
9393
networkConfiguration=json.loads(NETWORK_CONFIGURATION),
94+
enableExecuteCommand=True,
9495
count=1,
9596
launchType="FARGATE",
9697
overrides={

0 commit comments

Comments
 (0)