Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

remove redis protected mode #111

remove redis protected mode

remove redis protected mode #111

Workflow file for this run

name: Deploy to Server
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
env:
SECRETS_URL: ${{ secrets.SECRETS_URL }}
steps:
- name: Check Out Repository
uses: actions/checkout@v2
- name: SSH Deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
cd server
bash deploy.sh