Skip to content

Fix bug in decayosc calculations #12

Fix bug in decayosc calculations

Fix bug in decayosc calculations #12

Workflow file for this run

name: Deploy Django to EC2
on:
push:
branches: "master"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the latest code
- name: Checkout code
uses: actions/checkout@v4
# Step 2: Run the deployment script
- name: Run Deployment
run: |
ssh -i ${{ secrets.EC2_SSH_KEY }} [email protected] 'bash -s' < deploy_script.sh
env:
ACTIONS_RUNNER_DEBUG: false