Skip to content
Snippets Groups Projects
Commit a533f4e5 authored by RomanSteinberg's avatar RomanSteinberg
Browse files

Targets change

parent bb1c9740
Branches
Tags
No related merge requests found
......@@ -19,20 +19,15 @@ copy_files: Tasker_deploy
rsync -ru --info=PROGRESS2 --exclude="application/config" --exclude="news.md" --exclude="updates.md" \
\~dev_rating/ $(DST_PATH)
# server deploy without fix
release_no_fix: DB_deploy copy_files
# server deploy without db fix and stored stuff update
release_no_db: copy_files
sed -i 's/~dev_rating//g' $(DST_PATH)/.htaccess
sed -i 's/\/~dev_rating//g' $(DST_PATH)/application/bootstrap.php
sed -i 's/\/~dev_rating//g' $(DST_PATH)/static/js/config.js
chmod u=rwx,g=rx,o=r $(DST_PATH)/index.php
# server deploy with fix
release: DB_fix release_no_fix
release: DB_update release_no_db
# server deploy with dump load
load_deploy: DB_deployTest copy_files
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment