rm drone
This commit is contained in:
parent
7507f94141
commit
70bccc9ffc
1 changed files with 0 additions and 42 deletions
42
.drone.yml
42
.drone.yml
|
@ -1,42 +0,0 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: deploy-x86
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.hydrar.de
|
||||
username:
|
||||
from_secret: registry_user
|
||||
password:
|
||||
from_secret: registry_password
|
||||
repo: git.hydrar.de/jmarya/me-site
|
||||
tags:
|
||||
- latest
|
||||
- latest-amd64
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: deploy-arm
|
||||
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.hydrar.de
|
||||
username:
|
||||
from_secret: registry_user
|
||||
password:
|
||||
from_secret: registry_password
|
||||
repo: git.hydrar.de/jmarya/me-site
|
||||
tags:
|
||||
- latest
|
||||
- latest-arm64
|
Loading…
Add table
Reference in a new issue