Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Radio Go
Playlist
Commits
8096497e
Verified
Commit
8096497e
authored
Feb 07, 2021
by
Daniel Sonck
Browse files
Fix development service url
parent
b9ee0835
Pipeline
#419
waiting for manual action with stages
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
infra/.gitlab-ci.yml
View file @
8096497e
...
...
@@ -74,7 +74,7 @@ deploy:apply:dev:
auto_stop_in
:
7 days
script
:
-
gitlab-terraform apply
-
echo -n "SERVICE_URL=$(gitlab-terraform output -json graphql-service | jq -r '"http://"+.address+":"+(.port | tostring)+"/"')" > deploy-info.env
-
echo -n "
PLAYLIST_
SERVICE_URL=$(gitlab-terraform output -json graphql-service | jq -r '"http://"+.address+":"+(.port | tostring)+"/"')" > deploy-info.env
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"development"'
when
:
on_success
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment