Skip to content

chore(deps): bump axios from 1.6.5 to 1.6.7 (#1760) #55

chore(deps): bump axios from 1.6.5 to 1.6.7 (#1760)

chore(deps): bump axios from 1.6.5 to 1.6.7 (#1760) #55

Workflow file for this run

# You can find the deployment instructions in the scripts/cloud-api-demo/README.md file
name: Deploy to Cloud VPS
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Execute remote ssh commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.API_DEMO_HOST }}
username: ${{ secrets.API_DEMO_USERNAME }}
key: ${{ secrets.API_DEMO_SSH_KEY }}
port: ${{ secrets.API_DEMO_PORT }}
command_timeout: 30m
script: |
/usr/local/bin/deploy.sh