Skip to content

Commit

Permalink
Merge pull request #28 from ResilientApp/apratimshukla6-patch-1
Browse files Browse the repository at this point in the history
Update aws.yml
  • Loading branch information
apratimshukla6 authored May 1, 2024
2 parents 35c4473 + fc90ad9 commit 251a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ secrets.EC2_KEY }}
port: 22
source: "build/*"
target: "~/resview-pvt"
target: "~/ResView"

- name: Deploy to server
uses: appleboy/ssh-action@master
Expand All @@ -42,7 +42,7 @@ jobs:
port: 22
script: |
pm2 delete resview || true
cd ~/resview-pvt
cd ~/ResView
npm install -g http-server
pm2 start http-server --name "resview-pvt" -- -p 7500 -c-1 ./build
pm2 save

0 comments on commit 251a250

Please sign in to comment.