Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bsian
securesignclibcvb
Commits
92403e2a
Commit
92403e2a
authored
Jul 21, 2019
by
Dutch van der Linde
Browse files
Delete .gitlab-ci.yml
parent
b87986f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
b87986f2
stages
:
-
deploy
deploy_to_canary
:
stage
:
deploy
before_script
:
-
cd /opt/securesign/canary/lib && yarn install
script
:
-
sudo /opt/securesign/canary/lib/update.sh
only
:
-
canary
deploy_to_beta
:
stage
:
deploy
before_script
:
-
cd /opt/securesign/beta/lib && yarn install
script
:
-
dir
-
sudo /opt/securesign/beta/lib/update.sh
only
:
-
beta
deploy_to_stable
:
stage
:
deploy
before_script
:
-
cd /opt/securesign/stable/lib && yarn install
script
:
-
dir
-
sudo /opt/securesign/stable/lib/update.sh
only
:
-
master
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