Revert load test timeout to 15 minutes and update docker-compose comm… #2
This file contains hidden or 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 | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
environment: playground | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
id-token: write | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- name: Deploy | |
uses: DefangLabs/[email protected] | |
with: | |
config-env-vars: POSTGRES_PASSWORD SECRET_KEY | |
env: | |
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} | |
SECRET_KEY: ${{ secrets.SECRET_KEY }} |