Skip to content

Commit 8c49bcb

Browse files
committed
adding deploy
1 parent 5073f17 commit 8c49bcb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/deployment.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
- name: Build
6464
run: pnpm --filter=api build
6565

66-
# - name: Deploy
67-
# uses: appleboy/ssh-action@v1.2.0
68-
# with:
69-
# host: 103.181.142.38
70-
# username: indrazm
71-
# key: ${{ secrets.SSH_PRIVATE_KEY }}
72-
# script: |
73-
# cd live/
74-
# docker compose build
75-
# docker compose down
76-
# docker compose up -d
66+
- name: Deploy
67+
uses: appleboy/ssh-action@v1.2.0
68+
with:
69+
host: 103.181.142.38
70+
username: indrazm
71+
key: ${{ secrets.SSH_PRIVATE_KEY }}
72+
script: |
73+
cd live/
74+
docker compose build
75+
docker compose down
76+
docker compose up -d

0 commit comments

Comments
 (0)