Skip to content

fixed success msg to verification email #18

fixed success msg to verification email

fixed success msg to verification email #18

name: Docker Image CI
on:
push:
paths:
- 'backend/**'
jobs:
push_to_rigistry:
name: Rerun Docker compose in server
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name : SSH into digital ocean server
run : |
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_IP }}
bash /root/switchr_commands.sh