File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 28
28
deploy-branch :
29
29
runs-on : ubuntu-latest
30
30
container : tarantool/doc-builder:fat-4.3
31
+ permissions : write-all
31
32
env :
32
33
AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
33
34
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
55
56
id : set-deployment-name
56
57
run : echo "DEPLOYMENT_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
57
58
58
- - name : Start dev server deployment
59
- uses : bobheadxi/deployments@v1
60
- id : deployment
61
- with :
62
- step : start
63
- token : ${{secrets.GITHUB_TOKEN}}
64
- env : " branch-${{env.DEPLOYMENT_NAME}}"
65
- ref : ${{github.head_ref}}
66
-
67
59
- run : cmake .
68
60
id : cmake
69
61
- run : make pull-modules
95
87
retry_wait_seconds : 15
96
88
max_attempts : 3
97
89
90
+ - name : Start dev server deployment
91
+ uses : bobheadxi/deployments@v1
92
+ id : deployment
93
+ with :
94
+ step : start
95
+ token : ${{secrets.GITHUB_TOKEN}}
96
+ env : " branch-${{env.DEPLOYMENT_NAME}}"
97
+ ref : ${{github.head_ref}}
98
+
98
99
- name : update deployment status
99
100
id : finalize-deployment
100
101
uses : bobheadxi/deployments@v1
You can’t perform that action at this time.
0 commit comments