Skip to content

Commit afea7ac

Browse files
committed
Integrate Uffizzi
1 parent 41415ec commit afea7ac

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/uffizzi-preview.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,15 @@ jobs:
7474
needs:
7575
- cache-compose-file
7676
if: ${{ github.event.workflow_run.conclusion == 'success' }}
77-
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@master
77+
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@v2
7878
with:
7979
# If this workflow was triggered by a PR close event, cache-key will be an empty string
8080
# and this reusable workflow will delete the preview deployment.
8181
compose-file-cache-key: ${{ needs.cache-compose-file.outputs.compose-file-cache-key }}
8282
compose-file-cache-path: docker-compose.rendered.yml
83-
server: https://app.uffizzi.com
83+
server: https://app.qa-gke.uffizzi.com
8484
pr-number: ${{ needs.cache-compose-file.outputs.pr-number }}
8585
permissions:
8686
contents: read
8787
pull-requests: write
8888
id-token: write
89-

python-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
hjson==3.1.0
77
jsonschema==4.17.3; python_version >= "3.7"
88
libcst==0.4.1
9-
mako==1.1.6
9+
mako==1.2.0
1010
pluralizer==1.2.0
1111
pycryptodome==3.15.0
1212
pyelftools==0.29

util/container/start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ usermod -o -u "$DEV_UID" dev >/dev/null 2>&1
1414
test -f "${USER_CONFIG}" && export BASH_ENV=${USER_CONFIG}
1515

1616
cd /home/dev || exit
17-
echo "EXECUTING"
1817
exec gosu dev:dev /bin/bash -c ttyd bash

0 commit comments

Comments
 (0)