Skip to content

feat: staging deploy configuration #1

feat: staging deploy configuration

feat: staging deploy configuration #1

Workflow file for this run

name: Deployment
on:
push:
branches: [main, staging]
jobs:
deploy:
runs-on: 'gcidp'
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Build and Deploy
env:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
BRANCH_NAME: ${{ github.ref_name }}
COMMIT_SHA: ${{ github.sha }}
run: docker compose -f docker-compose.staging.yml up -d --build