add codeship
This commit is contained in:
parent
84b33aea82
commit
b4c2ab9eed
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
data/*
|
||||
codeship.aes
|
||||
|
|
4
codeship-services.yml
Normal file
4
codeship-services.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
app:
|
||||
build:
|
||||
image: alinuxninja/postal
|
||||
dockerfile: Dockerfile
|
6
codeship-steps.yml
Normal file
6
codeship-steps.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- service: app
|
||||
type: push
|
||||
image_name: alinuxninja/postal
|
||||
registry: https://index.docker.io/v1/
|
||||
encrypted_dockercfg_path: dockercfg.encrypted
|
||||
tag: latest
|
Loading…
Reference in New Issue
Block a user