File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : WVM Blockscout frontend deploy
2
2
on :
3
3
push :
4
- branches : [ "main" ]
4
+ branches : ["main"]
5
5
6
6
jobs :
7
7
build :
8
8
name : Deploy
9
9
runs-on : ubuntu-latest
10
10
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 : |
19
19
cd /home/blockexplorer/code/wvm-blockscout-frontend
20
20
git checkout main
21
21
git pull origin main
22
22
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
24
24
docker compose up --build -d
You can’t perform that action at this time.
0 commit comments