Skip to content

Commit

Permalink
Remove old CD
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Mar 25, 2020
1 parent 5a262f8 commit 7ec21d1
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,50 +88,3 @@ steps:
trigger:
event:
- pull_request

---
kind: pipeline
name: challenge_gov_publish

platform:
os: linux
arch: amd64

steps:
- name: install
image: node:11.10.1
commands:
- cd assets
- yarn

- name: build
image: node:11.10.1
commands:
- cd assets
- yarn run deploy

- name: digest
image: elixir:1.9
commands:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- mix phx.digest

- name: deploy
image: cheslip/drone-cloudfoundry
settings:
api: api.fr.cloud.gov
org: sandbox-gsa
space: daniel.ivovich
user:
from_secret: CF_USER
password:
from_secret: CF_PASSWORD


trigger:
branch:
- master
event:
- push

0 comments on commit 7ec21d1

Please sign in to comment.