Skip to content

Commit 324d9fd

Browse files
committed
v:1.0.12
1 parent 103c1a9 commit 324d9fd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424

2525
- name: Build and push to DockerHub
2626
run: |
27-
docker build -t devarifhossain/retroui:1.0.11 ./
28-
docker push devarifhossain/retroui:1.0.11
27+
docker build -t devarifhossain/retroui:1.0.12 ./
28+
docker push devarifhossain/retroui:1.0.12
2929
30-
- name: Set up SSH
31-
uses: webfactory/ssh-agent@v0.9.0
32-
with:
33-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
30+
# - name: Set up SSH
31+
# uses: webfactory/ssh-agent@v0.9.0
32+
# with:
33+
# ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
3434

35-
- name: Add VPS to known_hosts
36-
run: |
37-
ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts
35+
# - name: Add VPS to known_hosts
36+
# run: |
37+
# ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts
3838

39-
- name: Deploy to VPS
40-
run: |
41-
ssh ${{ secrets.VPS_USERNAME }}@${{ secrets.VPS_HOST }} "cd /root/retroui && git pull && docker compose -f ./infra/docker-compose.prod.yml up web --build -d"
39+
# - name: Deploy to VPS
40+
# run: |
41+
# ssh ${{ secrets.VPS_USERNAME }}@${{ secrets.VPS_HOST }} "cd /root/retroui && git pull && docker compose -f ./infra/docker-compose.prod.yml up web --build -d"

0 commit comments

Comments
 (0)