Skip to content

Commit

Permalink
Restructure: Debug samconfig for GitHub deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-corthorn committed Nov 11, 2024
1 parent d6dbe8d commit 27af633
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Python application test with Github Actions

on: [push]
on:
push:
branches: [main]

jobs:
build:
Expand Down Expand Up @@ -38,6 +40,11 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Debug SAM Config
run: |
pwd
ls -la
cat samconfig.toml
- name: Deploy with SAM
if: success()
env:
Expand Down

0 comments on commit 27af633

Please sign in to comment.