Skip to content

trigger 5

trigger 5 #10

Workflow file for this run

name: Deploy to Azure VM
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy to Azure VM
uses: appleboy/[email protected]
with:
host: ${{ secrets.AZURE_VM_IP }}
username: ${{ secrets.AZURE_USER }}
key: ${{ secrets.AZURE_SSH_KEY }}
script: |
cd /var/www/infinity_agents
git pull origin main
python3 /Infinite_Agents/app/app.py