File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11name : WVM Blockscout frontend deploy
22on :
33 push :
4- branches : [ "main" ]
4+ branches : ["main"]
55
66jobs :
77 build :
88 name : Deploy
99 runs-on : ubuntu-latest
1010 steps :
11- - name : executing remote ssh commands using password
12- uses : appleboy/ssh-action@master
13- with :
14- host : ${{ secrets.SERVER_IP }}
15- username : ${{ secrets.SERVER_USERNAME }}
16- key : ${{ secrets.SERVER_KEY }}
17- passphrase : ${{ secrets.SERVER_PASSPHRASE }}
18- script : |
11+ - name : executing remote ssh commands using password
12+ uses : appleboy/ssh-action@master
13+ with :
14+ host : ${{ secrets.SERVER_IP }}
15+ username : ${{ secrets.SERVER_USERNAME }}
16+ key : ${{ secrets.SERVER_KEY }}
17+ passphrase : ${{ secrets.SERVER_PASSPHRASE }}
18+ script : |
1919 cd /home/blockexplorer/code/wvm-blockscout-frontend
2020 git checkout main
2121 git pull origin main
2222 docker build --platform linux/amd64 -t frontend:local .
23- cd /home/blockexplorer/code/wvm-blockscout/docker-compose/prod
23+ cd /home/blockexplorer/code/wvm-blockscout/docker-compose/load_network_prod
2424 docker compose up --build -d
You can’t perform that action at this time.
0 commit comments