Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Dec 21, 2023
1 parent 495e1c2 commit 228c54b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
PUBLIC_OAUTH_HTTP: https://oauth-cdb5ecy4ia-lz.a.run.app
USERS_URI: users-cdb5ecy4ia-lz.a.run.app
NOTES_URI: notes-cdb5ecy4ia-lz.a.run.app
UTILS_URI: utils
UPSEND_KEY: ${UPSEND_KEY}

permissions:
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
deploy-oauth:
uses: ./.github/workflows/deploy-oauth.yml
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
deploy-utils:
uses: ./.github/workflows/deploy-utils.yml
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
deploy-notes:
uses: ./.github/workflows/deploy-notes.yml
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
# deploy-oauth:
# uses: ./.github/workflows/deploy-oauth.yml
# secrets:
# GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
# DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
# deploy-utils:
# uses: ./.github/workflows/deploy-utils.yml
# secrets:
# GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
# DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
# SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
# deploy-notes:
# uses: ./.github/workflows/deploy-notes.yml
# secrets:
# GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
# DATABASE_URL: ${{ secrets.POSTGRES_DATABASE_URL }}
2 changes: 1 addition & 1 deletion service-users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ COPY ./public.key ./public.key

RUN apt-get update && apt-get install -y openssl ca-certificates # libpq-dev libssl-dev

CMD ["/app/main"]
CMD ["/app/rusve-users"]

0 comments on commit 228c54b

Please sign in to comment.