Skip to content

Commit 6092387

Browse files
committed
update: github action 스크립트 수정 (오타수정)
1 parent e1033c8 commit 6092387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Zappa Deploy(Update)
8888
env:
89-
AWS_ACCESS_KEY_ID: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
89+
AWS_ACCESS_KEY_ID: ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
9090
AWS_SECRET_ACCESS_KEY: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
9191
run: |
9292
source ./zappa-env/bin/activate

0 commit comments

Comments
 (0)