Skip to content

Commit

Permalink
Merge pull request #268 from OP-TED/feature/TED-700
Browse files Browse the repository at this point in the history
changing staging server
  • Loading branch information
CaptainOfHacks authored Sep 9, 2022
2 parents 19c67b9 + 2ccc3ef commit acd8e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests on hermes server
name: Tests on srv server

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ staging-dotenv-file: guard-VAULT_ADDR guard-VAULT_TOKEN vault-installed
@ echo -e "$(BUILD_PRINT)Creating .env.staging file $(END_BUILD_PRINT)"
@ echo VAULT_ADDR=${VAULT_ADDR} > .env
@ echo VAULT_TOKEN=${VAULT_TOKEN} >> .env
@ echo DOMAIN=ted-data.eu >> .env
@ echo DOMAIN=vocbench.com >> .env
@ echo ENVIRONMENT=staging >> .env
@ echo SUBDOMAIN=staging. >> .env
@ echo RML_MAPPER_PATH=${RML_MAPPER_PATH} >> .env
Expand Down

0 comments on commit acd8e43

Please sign in to comment.