File tree 1 file changed +0
-33
lines changed
1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 91
91
ACTION_CREATE_ENV_TEST : 1
92
92
- run : cat .env
93
93
- run : grep -zP "^PROD=0\nTEST=1$" .env
94
- deploy :
95
- runs-on : ubuntu-latest
96
- needs :
97
- - test-using-default-dir
98
- - test-using-provided-dir
99
- - test-override-existing
100
- - test-including-env-vars
101
- steps :
102
- - uses : actions/checkout@v2
103
- - uses : actions/download-artifact@v2
104
- with :
105
- name : dist
106
- path : dist
107
- - uses : EndBug/add-and-commit@v7
108
- with :
109
- # The arguments for the `git add` command (see the paragraph below for more info)
110
- # Default: '.'
111
- add : ' dist'
112
-
113
- # Determines the way the action fills missing author name and email. Three options are available:
114
- # - github_actor -> UserName <[email protected] >
115
- # - user_info -> Your Display Name <[email protected] >
116
- # - github_actions -> github-actions <email associated with the github logo>
117
- # Default:
118
- default_author : github_actor
119
-
120
- # The message for the commit
121
- # Default: 'Commit from GitHub Actions (name of the workflow)'
122
- message : ' Auto-deploy commit (WF: build-test-deploy)'
123
-
124
- # The flag used on the pull strategy. Use NO-PULL to avoid the action pulling at all.
125
- # Default: '--no-rebase'
126
- pull_strategy : ' NO-PULL'
You can’t perform that action at this time.
0 commit comments