Skip to content

Commit

Permalink
updated deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Nov 15, 2024
1 parent 6efabf1 commit 48808ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
run: VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_FRONTEND_BASE_URL}}
VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_BACKEND_BASE_URL}} npm run build

deploy:
needs: build
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Copy files via ssh
uses: appleboy/scp-action@master
with:
Expand All @@ -43,4 +35,3 @@ jobs:
key: ${{ secrets.SSH_KEY }}
source: "dist"
target: ${{ secrets.REACT_TARGET_PATH }}

0 comments on commit 48808ba

Please sign in to comment.