mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 05:41:37 +01:00
Rename gitlab repository to satellite-api
This commit is contained in:
parent
693bb97972
commit
d941a4f9a3
2 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@ unit_tests:
|
|||
tags:
|
||||
- k8s
|
||||
except:
|
||||
- cleanup_staging@satellite/ionosphere
|
||||
- cleanup_staging@satellite/satellite-api
|
||||
- /^staging_.*/
|
||||
- /^prod_.*/
|
||||
- /^testnet_prod_.*/
|
||||
|
@ -52,9 +52,9 @@ docker_build:
|
|||
services:
|
||||
- docker:20.10.12-dind
|
||||
only:
|
||||
- branches@satellite/ionosphere
|
||||
- branches@satellite/satellite-api
|
||||
except:
|
||||
- cleanup_staging@satellite/ionosphere
|
||||
- cleanup_staging@satellite/satellite-api
|
||||
- /^staging_.*/
|
||||
- /^prod_.*/
|
||||
- /^misc_.*/
|
||||
|
@ -85,7 +85,7 @@ docker_push:
|
|||
services:
|
||||
- docker:20.10.12-dind
|
||||
only:
|
||||
- branches@satellite/ionosphere
|
||||
- branches@satellite/satellite-api
|
||||
parallel:
|
||||
matrix:
|
||||
- IMAGE: $API_IMAGE
|
||||
|
@ -122,7 +122,7 @@ tag_docker_push:
|
|||
- /^prod_.*/
|
||||
- /^testnet_prod_.*/
|
||||
except:
|
||||
- branches@satellite/ionosphere
|
||||
- branches@satellite/satellite-api
|
||||
parallel:
|
||||
matrix:
|
||||
- IMAGE: $API_IMAGE
|
||||
|
@ -153,9 +153,9 @@ plan_staging:
|
|||
tags:
|
||||
- k8s
|
||||
only:
|
||||
- branches@satellite/ionosphere
|
||||
- branches@satellite/satellite-api
|
||||
except:
|
||||
- cleanup_staging@satellite/ionosphere
|
||||
- cleanup_staging@satellite/satellite-api
|
||||
- /^staging_.*/
|
||||
- /^prod_.*/
|
||||
- /^testnet_prod_.*/
|
||||
|
@ -403,7 +403,7 @@ cleanup_staging:
|
|||
tags:
|
||||
- k8s
|
||||
only:
|
||||
- cleanup_staging@satellite/ionosphere
|
||||
- cleanup_staging@satellite/satellite-api
|
||||
script:
|
||||
- (cd terraform && terraform init -input=false &&
|
||||
terraform workspace select staging &&
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Ionosphere Queues</title>
|
||||
<title>Satellite API Queues</title>
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
|
|
Loading…
Add table
Reference in a new issue