Skip to content

Commit

Permalink
tail logs after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Aug 3, 2023
1 parent 8b767c7 commit 102f911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
# types: [completed]
# branches: [main]
workflow_dispatch:
pull_request:

jobs:
deploy:
Expand Down Expand Up @@ -47,3 +48,6 @@ jobs:
region: ${{ env.AWS_REGION }}
deployment_package: deploy.zip
wait_for_environment_recovery: 120

- name: Tail logs
run: aws logs --region ${{ env.AWS_REGION }} tail /aws/elasticbeanstalk/Commcare-connect-env/var/log/cfn-init-cmd.log

0 comments on commit 102f911

Please sign in to comment.