Skip to content

Commit

Permalink
Fix publishing (#30)
Browse files Browse the repository at this point in the history
* Remove unused AWS stuff

* Fix typo

* chmod +x

Co-authored-by: William Venner <[email protected]>
  • Loading branch information
WilliamVenner and WilliamVenner authored Oct 14, 2022
1 parent 683c795 commit 824d653
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,10 @@ steps:
- name: build-production
image: rust:1.61
commands:
- . /etc/profile.d/ecs-credentials-endpoint
- ./deploy/build production
environment:
CARGO_AUTH_KEY:
from_secret: cargo_auth_key
volumes:
- name: ecs
path: /etc/profile.d/ecs-credentials-endpoint
depends_on:
- git-clone

Expand Down
1 change: 0 additions & 1 deletion deploy/build
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if [ $# -eq 0 ]; then
fi

export ENV=$1
export AWS_DEFAULT_REGION="eu-west-1"
export VERSION="${DRONE_TAG:-$DRONE_COMMIT_SHA}"

version=$(grep -m1 '^version' Cargo.toml | cut -d'"' -f2)
Expand Down

0 comments on commit 824d653

Please sign in to comment.