Skip to content

Password instead of key #1

Password instead of key

Password instead of key #1

name: Backend Deployment
on:
push:
branches:
- test-github-actions
jobs:
deploy_backend:
name: Deploy New Backend
runs-on: ubuntu-latest
steps:
- name: SSH and deploy backend
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PRIVATE_PORT }}
script: ./update-backend.sh