Skip to content

Commit

Permalink
chore: merge main back to develop
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Prodromou <[email protected]>
  • Loading branch information
evanp committed Mar 25, 2024
2 parents 46b75f7 + bf58ea2 commit 7e122d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:

- name: Deploying service
run: |
kubectl create -f k8s/cc-test-global-api-migrate.yml -n default
kubectl apply -f k8s/cc-test-global-api-deploy.yml -n default
kubectl create -f k8s/test/cc-test-global-api-migrate.yml -n default
kubectl apply -f k8s/test/cc-test-global-api-deploy.yml -n default
kubectl rollout restart deployment cc-test-global-api-deploy -n default
2 changes: 0 additions & 2 deletions .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- k8s/test/cc-test/web.yml
- .github/workflows/web-test.yml
branches: ["main"]
pull_request:

jobs:
runTests:
Expand Down Expand Up @@ -105,7 +104,6 @@ jobs:
deployToEKS:
needs: pushToGHCR
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_EKS_DEV_USER }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_EKS_DEV_USER }}
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "city-catalyst",
"version": "0.5.0-dev.0",
"version": "0.5.0-rc.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7e122d7

Please sign in to comment.