Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 5, 2023
1 parent 6a4ee44 commit 17b03f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
run:
npm install
npm run lint

# Setup docker to build and push images
- name: Log in to the Container registry
uses: docker/login-action@v1
Expand All @@ -159,9 +160,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy Env Override
#if: |
# github.event.head_commit.message == '/deploy sit' ||
# github.event.head_commit.message == '/deploy uat'
if: |
github.event.head_commit.message == '/deploy sit' ||
github.event.head_commit.message == '/deploy uat'
run: |
message="${{ github.event.head_commit.message }}"
trimmed_message=${message:1} # Remove leading slash
Expand Down

0 comments on commit 17b03f4

Please sign in to comment.