We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc1112 commit e433883Copy full SHA for e433883
.github/workflows/DeployApp.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Deploy to EC2
26
run: |
27
ssh [email protected] << 'EOF'
28
- cd /chaxis-api
+ cd /home/ubuntu/chaxis-api
29
git pull origin master
30
npm install
31
npx prisma migrate deploy
0 commit comments