Commit b8203a8 1 parent c67dce3 commit b8203a8 Copy full SHA for b8203a8
File tree 2 files changed +8
-16
lines changed
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy Auctions UI production
2
2
3
- on :
4
- release :
3
+ on :
4
+ release :
5
5
types : [released]
6
6
7
7
jobs :
51
51
context : ./
52
52
platforms : linux/amd64
53
53
tags : |
54
- ghcr.io/sidestream-tech/unified-auctions-ui/frontend:${{ github.sha }}
54
+ ghcr.io/sidestream-tech/unified-auctions-ui/frontend-prod :${{ github.sha }}
55
55
build-args : |
56
56
RPC_URL=${{ env.RPC_URL }}
57
57
PRODUCTION_DOMAIN=${{ env.PRODUCTION_DOMAIN }}
60
60
HEAPIO_ID=${{ env.HEAPIO_ID }}
61
61
FRONTEND_ORIGIN=${{ env.FRONTEND_ORIGIN }}
62
62
push : true
63
- cache-from : type=gha
64
- cache-to : type=gha,mode=max
65
63
66
64
build-bot :
67
65
name : build bot
96
94
context : ./
97
95
platforms : linux/amd64
98
96
tags : |
99
- ghcr.io/sidestream-tech/unified-auctions-ui/bot:${{ github.sha }}
97
+ ghcr.io/sidestream-tech/unified-auctions-ui/bot-prod :${{ github.sha }}
100
98
push : true
101
- cache-from : type=gha
102
- cache-to : type=gha,mode=max
103
99
104
100
deploy :
105
101
name : deploy production to cluster
Original file line number Diff line number Diff line change 1
1
name : Deploy Auctions UI staging
2
2
3
3
on :
4
- push :
5
- branches : [ main ]
4
+ push :
5
+ branches : [ main ]
6
6
7
7
jobs :
8
8
build-frontend :
51
51
context : ./
52
52
platforms : linux/amd64
53
53
tags : |
54
- ghcr.io/sidestream-tech/unified-auctions-ui/frontend:${{ github.sha }}
54
+ ghcr.io/sidestream-tech/unified-auctions-ui/frontend-staging :${{ github.sha }}
55
55
build-args : |
56
56
RPC_URL=${{ env.RPC_URL }}
57
57
PRODUCTION_DOMAIN=${{ env.PRODUCTION_DOMAIN }}
60
60
HEAPIO_ID=${{ env.HEAPIO_ID }}
61
61
FRONTEND_ORIGIN=${{ env.FRONTEND_ORIGIN }}
62
62
push : true
63
- cache-from : type=gha
64
- cache-to : type=gha,mode=max
65
63
66
64
build-bot :
67
65
name : build bot
96
94
context : ./
97
95
platforms : linux/amd64
98
96
tags : |
99
- ghcr.io/sidestream-tech/unified-auctions-ui/bot:${{ github.sha }}
97
+ ghcr.io/sidestream-tech/unified-auctions-ui/bot-staging :${{ github.sha }}
100
98
push : true
101
- cache-from : type=gha
102
- cache-to : type=gha,mode=max
103
99
104
100
deploy :
105
101
name : deploy staging to cluster
You can’t perform that action at this time.
0 commit comments