Skip to content

Commit

Permalink
Update deploy-data-ingestion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsafacjo authored Oct 15, 2023
1 parent 0ad1954 commit 775e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-data-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
ls
cd data_ingestion/events_tracking
echo | pwd
sam deploy --parameter-overrides "easyAppointementsKey=${{ secrets.EASY_APPOINTMENTS_KEY }} dbHost=${{ secrets.DB_HOST }} dbPort=${{ secrets.DB_PORT }} dbUser=${{ secrets.DB_USER }} dbPassword=${{ secrets.DB_PASSWORD }} dbName==${{ secrets.DB_NAME }}"
sam deploy --parameter-overrides "easyAppointementsKey=${{ secrets.EASY_APPOINTMENTS_KEY }} dbHost=${{ secrets.DB_HOST }} dbPort=${{ secrets.DB_PORT }} dbUser=${{ secrets.DB_USER }} dbPassword=${{ secrets.DB_PASSWORD }} dbName=${{ secrets.DB_NAME }}"

0 comments on commit 775e545

Please sign in to comment.