diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e09e99..9ee845d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ diff --git a/Makefile b/Makefile index d545e75..d26c878 100644 --- a/Makefile +++ b/Makefile @@ -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