File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55
55
task :rebuild_deps do
56
56
on roles ( :app ) do
57
57
# Your restart mechanism here, for example:
58
- execute '(cd /home/ubuntu/tagbase-server/current; sudo docker-compose build --build-arg POSTGRES_PASSWORD="${POSTGRES_PASSWORD}" --build-arg POSTGRES_PORT="${POSTGRES_PORT}" --build-arg NGINX_USER="${NGINX_USER}" --build-arg NGINX_PASS="${NGINX_PASS}")'
58
+ execute '(cd /home/ubuntu/tagbase-server/current; sudo docker-compose build)'
59
+ #execute '(cd /home/ubuntu/tagbase-server/current; sudo docker-compose build --build-arg POSTGRES_PASSWORD="${POSTGRES_PASSWORD}" --build-arg POSTGRES_PORT="${POSTGRES_PORT}" --build-arg NGINX_USER="${NGINX_USER}" --build-arg NGINX_PASS="${NGINX_PASS}")'
59
60
60
61
#execute (cd /home/ubuntu/tagbase-server; docker-compose down; docker-compose up -d)
61
62
end
You can’t perform that action at this time.
0 commit comments