Skip to content

Merge pull request #137 from IntersectMBO/feature/reasonings-modals-m… #10

Merge pull request #137 from IntersectMBO/feature/reasonings-modals-m…

Merge pull request #137 from IntersectMBO/feature/reasonings-modals-m… #10

Workflow file for this run

# name: CI-staging-branch
# on:
# push:
# branches: [staging]
# workflow_dispatch:
# jobs:
# deploy_to_do:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout the repo
# uses: actions/checkout@v4
# with:
# ref: staging
# - name: Deploy to Digital Ocean droplet via SSH action
# uses: appleboy/[email protected]
# with:
# host: ${{ secrets.STAGING_HOST }}
# username: ${{ secrets.USERNAME }}
# key: ${{ secrets.SSH_KEY }}
# script: |
# eval `ssh-agent -s`
# ssh-add cc
# cd cc-portal \
# && git pull origin staging \
# && docker compose up -d --force-recreate --build