Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 17, 2024
1 parent aeea922 commit f2659ee
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
on: push
name: Switch

env:
CI: true
ECR_REGISTRY: 324279636507.dkr.ecr.ap-southeast-1.amazonaws.com
GHCR_REGISTRY: ghcr.io/somleng
APP_REPOSITORY_NAME: switch-app
WEBSERVER_REPOSITORY_NAME: switch-webserver
FREESWITCH_REPOSITORY_NAME: freeswitch
FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME: freeswitch-events

jobs:
build:
name: Build
Expand All @@ -9,19 +18,13 @@ jobs:
matrix: ${{ steps.set-deployment-matrix.outputs.matrix }}
matrixLength: ${{ steps.set-deployment-matrix.outputs.matrixLength }}
deployMatrix: ${{ steps.set-deployment-matrix.outputs.deployMatrix }}

defaults:
run:
working-directory: components/app

env:
AHN_ENV: test
CI: true
ECR_REGISTRY: 324279636507.dkr.ecr.ap-southeast-1.amazonaws.com
GHCR_REGISTRY: ghcr.io/somleng
APP_REPOSITORY_NAME: switch-app
WEBSERVER_REPOSITORY_NAME: switch-webserver
FREESWITCH_REPOSITORY_NAME: freeswitch
FREESWITCH_EVENT_LOGGER_REPOSITORY_NAME: freeswitch-events

steps:
- name: Checkout
Expand Down

0 comments on commit f2659ee

Please sign in to comment.