Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c80ef7441d | ||
|
|
a2e7a92280 |
@@ -8,8 +8,6 @@ stages:
|
||||
- deploy
|
||||
|
||||
build:
|
||||
variables:
|
||||
DEPLOY: test
|
||||
only:
|
||||
variables:
|
||||
- $CI_COMMIT_TAG
|
||||
@@ -56,7 +54,7 @@ deploy_to_test:
|
||||
|
||||
deploy_to_prod:
|
||||
variables:
|
||||
DEPLOY: test
|
||||
DEPLOY: prod
|
||||
stage: deploy
|
||||
only:
|
||||
variables:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=1">
|
||||
<meta name="viewport" content= "width=device-width, user-scalable=no">
|
||||
<title>The Button</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user