Skip to content

Commit 1e6392c

Browse files
authored
Remove deploy stage (#27)
1 parent 1299522 commit 1e6392c

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/main.yml

-33
Original file line numberDiff line numberDiff line change
@@ -91,36 +91,3 @@ jobs:
9191
ACTION_CREATE_ENV_TEST: 1
9292
- run: cat .env
9393
- 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'

0 commit comments

Comments
 (0)