Skip to content

Commit

Permalink
feat #65: Filtro contratos
Browse files Browse the repository at this point in the history
- Actualización .drone.yml
  • Loading branch information
lud committed Jun 9, 2023
1 parent dc2e943 commit c00e0a1
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ steps:
- push

- name: go_build
image: golang:1.14
image: golang:1.18
commands:
# - go mod init
- go get -t
- GOOS=linux GOARCH=amd64 go build -o main
when:
Expand All @@ -62,7 +61,7 @@ steps:
- push

- name: go_run_test
image: golang:1.14
image: golang:1.18
commands:
- go get -t
- go get github.com/smartystreets/goconvey/convey
Expand Down Expand Up @@ -96,27 +95,6 @@ steps:
event:
- push

# - name: beego_rollback
# image: golang:1.14
# environment:
# PG_MIGRATION_USER:
# from_secret: PG_MIGRATION_USER
# PG_MIGRATION_PASS:
# from_secret: PG_MIGRATION_PASS
# PG_MIGRATION_URL:
# from_secret: PG_MIGRATION_URL
# PG_MIGRATION_DBNAME:
# from_secret: PG_MIGRATION_DBNAME
# commands:
# - go get -t
# - go get -u github.com/beego/bee
# - bee migrate rollback -driver=postgres -conn="postgres://$${PG_MIGRATION_USER}:$${PG_MIGRATION_PASS}@$${PG_MIGRATION_URL}:5432/$${PG_MIGRATION_DBNAME}?sslmode=disable"
# when:
# branch:
# - release/*
# status:
# - failure

- name: publish_to_ecr_release
image: plugins/ecr
settings:
Expand Down Expand Up @@ -156,7 +134,7 @@ steps:
- push

- name: update_aws_ecs
image: golang:1.9
image: golang:1.18
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit c00e0a1

Please sign in to comment.