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:
24
24
25
25
- name : Build and push to DockerHub
26
26
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
29
29
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 }}
34
34
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
38
38
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