Skip to content

Commit

Permalink
[github/workflows] - refactor: unify Cloud Build scripts for front-ed…
Browse files Browse the repository at this point in the history
…ge deployment (#9239)

- Remove temporary deploy-front-edge-tmp workflow and related scripts
 - Update main deploy-front-edge workflow to use the temporary Cloud Build script, signifying a merge of changes
  • Loading branch information
JulesBelveze authored Dec 10, 2024
1 parent b53a7d5 commit 3c50cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 111 deletions.
109 changes: 0 additions & 109 deletions .github/workflows/deploy-front-edge-tmp.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/deploy-front-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:

- name: Build the image on Cloud Build
run: |
chmod +x ./k8s/cloud-build.sh
./k8s/cloud-build.sh --image-name=$IMAGE_NAME --dockerfile-path=./front/Dockerfile --working-dir=./ --dust-client-facing-url=https://front-edge.dust.tt
chmod +x ./k8s/cloud-build_tmp.sh
./k8s/cloud-build_tmp.sh \
--image-name=$IMAGE_NAME \
--dockerfile-path=./front/Dockerfile \
--working-dir=./ \
--dust-client-facing-url=https://front-edge.dust.tt
- name: Generate a token
id: generate-token
Expand Down

0 comments on commit 3c50cad

Please sign in to comment.