Skip to content
Snippets Groups Projects
Commit cd0f46da authored by iaibrys's avatar iaibrys
Browse files

fix deployment

parent 9899ddcf
No related branches found
No related tags found
No related merge requests found
Pipeline #57 failed
......@@ -58,6 +58,7 @@ deploy_devel:
- echo "Deploy to development server"
- cd /enote/src/dtu-enote
- docker pull $CONTAINER_RELEASE_IMAGE
- docker stop course_website
- docker ps -q -f status=exited | xargs -I '{}' docker rm -f '{}'
- docker ps -q -f status=dead | xargs -I '{}' docker rm -f '{}'
- docker images | grep ${CI_PROJECT_PATH}
......
......@@ -13,7 +13,7 @@ class FeedbackController < ActionController::Base
respond_to :json, :html
include ApplicationHelper
include DtuCoreApp::Engine::SessionsHelper
include DtuCoreApp::SessionsHelper
include OptionalAuthHelper
include HomeHelper
include CourseUrlHelper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment