Skip to content
Snippets Groups Projects
Commit 3a73ba70 authored by tgsiegel's avatar tgsiegel
Browse files

add dawn-server to update

parent dc1a4b3b
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ def call(String repo, String branch, String serviceName) { ...@@ -47,7 +47,7 @@ def call(String repo, String branch, String serviceName) {
curl -o elk_config/elasticsearch.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/elk_config%2Felasticsearch.yml/raw?ref=main" curl -o elk_config/elasticsearch.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/elk_config%2Felasticsearch.yml/raw?ref=main"
curl -o elk_config/filebeat.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/elk_config%2Ffilebeat.yml/raw?ref=main" curl -o elk_config/filebeat.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/elk_config%2Ffilebeat.yml/raw?ref=main"
''' '''
sh "dawn-cli update -s ${serviceName} -e staging" sh "dawn-cli update -s ${serviceName} -e staging -d dawn-server"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment