File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches :
88 - main
9- pull_request :
10- types :
11- - closed
12- branches :
13- - main
9+ # pull_request:
10+ # types:
11+ # - closed
12+ # branches:
13+ # - main
1414
1515jobs :
16- if_merged :
17- if : github.event.pull_request.merged == true
16+ uses :
17+ # if_merged:
18+ # if: github.event.pull_request.merged == true
1819 name : 🎉 Deploy
1920 runs-on : ubuntu-latest
20-
21+
2122 steps :
2223 - name : 🚚 Get latest code
2324 uses : actions/checkout@v2
3839 env :
3940 SSH_PRIVATE_KEY : ${{ secrets.SERVER_SSH_KEY }}
4041 # ARGS: "-rltgoDzvO --delete"
41- SOURCE : " full-version /build/"
42+ SOURCE : " template /build/"
4243 REMOTE_HOST : 192.34.62.123
4344 REMOTE_USER : cicd-user
4445 TARGET : public_html/demos/admin-templates/datta-able/react/free
45- EXCLUDE : " /full-version /dist/, /full-version /node_modules/"
46+ EXCLUDE : " /template /dist/, /template /node_modules/"
You can’t perform that action at this time.
0 commit comments