Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
MotwaniM committed Mar 20, 2024
1 parent 7338bb2 commit b99432f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.github.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github specific
EC2_INSTANCE_TYPE=t3.large
ENVIRONMENT=github

RUNNER_LABEL=TEST
# App related
APP_NAME=consultations-test

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ec2-instance-type: ${{ steps.export.outputs.ec2-instance-type }}
aws-region: ${{ steps.export.outputs.aws-region }}
version: ${{ steps.export.outputs.version }}
runner_label: ${{ steps.export.outputs.runner_label }}

steps:
- name: Checkout
Expand All @@ -26,6 +27,7 @@ jobs:
echo "app-name=${APP_NAME}" >> $GITHUB_OUTPUT
echo "aws-region=${AWS_REGION}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "RUNNER_LABEL=${RUNNER_LABELS}" >> $GITHUB_OUTPUT
build-image:
needs:
Expand All @@ -34,6 +36,8 @@ jobs:
with:
APP_NAME: ${{ needs.set-vars.outputs.app-name }}
AWS_REGION: ${{ needs.set-vars.outputs.aws-region }}
RUNNER_LABEL: ${{ needs.set-vars.outputs.runner_label }}
INFRASTRUCTURE_FOLDER: "infrastructure"
secrets:
AWS_GITHUBRUNNER_PAT: ${{ secrets.AWS_GITHUBRUNNER_PAT}}
AWS_GITHUBRUNNER_PAT_USER: ${{ secrets.AWS_GITHUBRUNNER_PAT_USER }}
Expand Down

0 comments on commit b99432f

Please sign in to comment.