Skip to content

Commit

Permalink
build: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 18, 2024
1 parent dbb1fa3 commit 29c9d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
&& github.ref_type == 'tag'
&& env.IS_LAST_JOB
run: |
make install deploy \
make deploy \
MODE=production \
MARIADB_TAG=$MARIADB_TAG \
WORDPRESS_TAG=$WORDPRESS_TAG \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ install: all wait install-node install-wordpress

test: setup test-node test-wordpress

deploy: setup deploy-zip
deploy: install deploy-zip
ifeq ($(filter $(GITHUB_ACTIONS),false),false)
ifeq ($(MODE),production)
$(MAKE) deploy-svn
Expand Down

0 comments on commit 29c9d83

Please sign in to comment.