Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
DevTeam
becskasszasch
Commits
54c1dded
Verified
Commit
54c1dded
authored
Oct 14, 2021
by
blint
😶
Browse files
add staging options and kube
parent
fb1fe3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54c1dded
...
...
@@ -73,9 +73,9 @@ staging:
name
:
valkyrie
kubernetes
:
namespace
:
becskasszasch-staging
before_script
:
-
echo $KUBECONFIG
-
chmod 600 $KUBECONFIG
#
before_script:
#
- echo $KUBECONFIG
#
- chmod 600 $KUBECONFIG
script
:
-
bash
-
cd "$CI_PROJECT_DIR"/k8s
...
...
@@ -94,9 +94,9 @@ production:
name
:
valkyrie
kubernetes
:
namespace
:
apps
before_script
:
-
echo $KUBECONFIG
-
chmod 600 $KUBECONFIG
#
before_script:
#
- echo $KUBECONFIG
#
- chmod 600 $KUBECONFIG
script
:
-
bash
-
cd "$CI_PROJECT_DIR"/k8s
...
...
Write
Preview
Supports
Markdown
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