Skip to content

Commit 9ffabdd

Browse files
committed
fix: remove build app
1 parent 7c75d2d commit 9ffabdd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- name: Copy project files to the server
2424
run: rsync -avz --exclude '/node_modules/' --exclude '/.git/' ./ root@${{ secrets.DROPLET_IP }}:/root/abibliadigital/
2525

26-
- name: Build container
27-
run: ssh root@${{ secrets.DROPLET_IP }} "cd /root/abibliadigital/ && docker-compose up -d --build"
28-
2926
- name: Environment setup
3027
run: |
3128
ssh root@${{ secrets.DROPLET_IP }} "echo 'MONGODB_URI=${{ secrets.MONGODB_URI }}' >> /root/abibliadigital/.env"

0 commit comments

Comments
 (0)