Skip to content

Commit

Permalink
setup pipeline stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Apr 7, 2024
1 parent b3df5b1 commit 9e8602d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tvratings_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: application pipeline

env:
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}

on:
push:
branches:
Expand Down Expand Up @@ -33,12 +37,11 @@ jobs:
run: |
chmod +x 'scripts/tvratings_build_test.sh'
- name: test-and-build-deployment-archive
shell: bash
env:
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}
PROJECT_NAME: ${{vars.PROJECT_NAME}}
REGION_NAME: ${{vars.REGION_NAME}}

run: 'scripts/tvratings_build_test.sh'
3 changes: 2 additions & 1 deletion scripts/tvratings_build_test.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
echo "to do"
echo "to do"
echo $AWS_ACCOUNT_ID

0 comments on commit 9e8602d

Please sign in to comment.