fix(databases): auto select db type from template (#1674) #1591
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy staging | |
on: | |
push: | |
branches: | |
- staging | |
jobs: | |
test-build-and-deploy: | |
uses: ./.github/workflows/test-build-and-deploy.yml | |
with: | |
flow: deploy-staging | |
configuration: staging | |
# Qovery params | |
branch: staging | |
project-name: R&D / Frontend | |
environment-name: staging | |
application-names: console | |
application-commit-id: ${{ github.sha }} | |
secrets: | |
aws-region: ${{ secrets.AWS_REGION }} | |
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
s3-bucket-name: 'console-staging.qovery.com' | |
cloudflare-zone: ${{ secrets.CLOUDFLARE_ZONE }} | |
cloudflare-token: ${{ secrets.CLOUDFLARE_TOKEN }} | |
nx-cloud-access-token: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} | |
# Qovery secrets | |
organization-id: ${{ secrets.QOVERY_ORGANIZATION_ID }} | |
api-token: ${{ secrets.QOVERY_API_TOKEN }} |