Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMendicutti committed Aug 23, 2023
1 parent b450113 commit 9a57c61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-and-cd-for-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
environment: ${{ github.head_ref }}
deploy-name: pr${{ github.event.pull_request.number }}
cloud-sql-instance: sepomex-365521:us-central1:sepomex
#cloud-sql-username-secret: database-username:latest
#cloud-sql-password-secret: database-password:latest
cloud-sql-username-secret: database-username:latest
cloud-sql-password-secret: database-password:latest
cloud-run-service-suffix: ${{ needs.test-and-build.outputs.git-commit-short-sha }}
cloud-run-container-image: us-central1-docker.pkg.dev/sepomex-365521/icalialabs-sepomex/sepomex@${{ needs.test-and-build.outputs.container-image-digest }}
secrets: inherit
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '2.7.5'
gem 'rails', '~> 6.0', '>= 6.0.3.2'

# Use pg as the database for Active Record
gem 'pg'
gem 'pg', '~> 1.1'

# Use Puma as the app server
gem 'puma', '~> 4.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
pg (1.2.3)
pg (1.5.3)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
Expand Down Expand Up @@ -273,7 +273,7 @@ DEPENDENCIES
on_container (~> 0.0.16)
pager_api (~> 0.3.2)
pagy (~> 3.8, >= 3.8.2)
pg
pg (~> 1.1)
puma (~> 4.3)
rack-cors (~> 1.1, >= 1.1.1)
rails (~> 6.0, >= 6.0.3.2)
Expand Down

0 comments on commit 9a57c61

Please sign in to comment.