File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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/[email protected] 32- with :
33- ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
30+ # - name: Set up SSH
31+ # uses: webfactory/[email protected] 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"
You can’t perform that action at this time.
0 commit comments