Skip to content

Commit e433883

Browse files
author
Eduardo
committed
chore: update deploy file
1 parent 4bc1112 commit e433883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Deploy to EC2
2626
run: |
2727
ssh [email protected] << 'EOF'
28-
cd /chaxis-api
28+
cd /home/ubuntu/chaxis-api
2929
git pull origin master
3030
npm install
3131
npx prisma migrate deploy

0 commit comments

Comments
 (0)