Skip to content

Commit

Permalink
fix(deployment): remove step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Nov 21, 2024
1 parent 66ad787 commit 569b47c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/push_image_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
echo "$ENV_FILE" > .env
echo ".env file created with the contents of ENV_FILE secret"
- name: Set up SSH for Deployment
env:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_PASSWORD: ${{ secrets.SSH_PASSWORD }}
SSH_HOST: ${{ secrets.SSH_HOST }}
run: >
apt-get update && apt-get install -y sshpass
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no "$SSH_USER@$SSH_HOST" "mkdir -p ~/ovisbot"
- name: Deploy to Server
uses: mai-space/action-sshpass-rsync@v1
with:
Expand Down

0 comments on commit 569b47c

Please sign in to comment.