Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsht0001 committed Jul 12, 2023
1 parent a4b6a96 commit e20fc00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
push:
branches: ["master"]

defaults:
run:
working-directory: ./server

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -27,7 +23,6 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "server/"
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USERNAME }}
TARGET: "/home/ubuntu/server"
Expand Down

0 comments on commit e20fc00

Please sign in to comment.