Skip to content

Commit

Permalink
enviroment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ehudettun committed May 23, 2024
1 parent 83e6462 commit 6a275d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Package backend
run: mvn clean package
working-directory: ./backend/market-ticker/
env:
POLYGON_KEY: ${{ secrets.POLYGON_KEY }}

- name: Upload to S3
run: aws s3 cp ./backend/market-ticker/target/*.jar s3://$S3_BUCKET/
Expand Down

0 comments on commit 6a275d4

Please sign in to comment.