Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 21, 2024
1 parent 29a5a9f commit 6968696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Add Configuration
env:
CRAWL_DEV_SECRET: ${{secrets.CRAWL_DEV_CONFIGURATION}}
run: echo -e $CRAWL_DEV_SECRET > configuration.py
run: echo $CRAWL_DEV_SECRET | base64 --decode > configuration.py

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 6968696

Please sign in to comment.