Skip to content

Commit

Permalink
added environment in job
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 8, 2024
1 parent ce7d98f commit 7fda82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- create-build-workflow # Change this to your default branch if it's different
jobs:
build:
environment: preview
runs-on: ubuntu-latest

steps:
Expand All @@ -23,5 +24,5 @@ jobs:

- name: Say Hi!
run: |
echo "Typesense host name is: $TYPESENSE_HOST"
echo "Typesense host name is: var.$TYPESENSE_HOST"

0 comments on commit 7fda82a

Please sign in to comment.