Skip to content

Commit f738e1f

Browse files
Update ci.yml
adding manual triggering
1 parent bd4ea39 commit f738e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: AIM AHEAD API CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ main ]
67
pull_request:
@@ -120,4 +121,4 @@ jobs:
120121
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
121122
aws ecs update-service --cluster aim-ahead-cluster-dev --service aim-ahead-api-service-dev --force-new-deployment 2>&1 > /dev/null
122123
env:
123-
AWS_REGION: us-east-1
124+
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)