Skip to content

Commit

Permalink
Update to cflinuxfs4 & CircleCI images
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Jun 26, 2023
1 parent ddde980 commit af4f5fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
setup:
parallelism: 1
docker:
- image: circleci/elixir:1.12.3-node
- image: cimg/elixir:1.13.3-node
environment:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
lint:
parallelism: 1
docker:
- image: circleci/elixir:1.12.3-node
- image: cimg/elixir:1.13.3-node
environment:
MIX_ENV: test
steps:
Expand All @@ -83,7 +83,7 @@ jobs:
test:
parallelism: 1
docker:
- image: circleci/elixir:1.12.3-node
- image: cimg/elixir:1.13.3-node
environment:
MIX_ENV: test
- image: mdillon/postgis:10
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
assets:
parallelism: 1
docker:
- image: circleci/elixir:1.12.3-node
- image: cimg/elixir:1.13.3-node
environment:
MIX_ENV: test
steps:
Expand Down Expand Up @@ -287,4 +287,4 @@ workflows:
- setup
- dev-deploy:
requires:
- assets
- assets
4 changes: 2 additions & 2 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang_version=23.3.2
elixir_version=1.12.3
erlang_version=24.2
elixir_version=1.13.3
5 changes: 3 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
defaults: &defaults
buildpacks:
- https://github.com/cloudfoundry/apt-buildpack
- https://github.com/HashNuke/heroku-buildpack-elixir
- https://github.com/jdonis/heroku-buildpack-elixir
memory: 512M
disk_quota: 2G
stack: cflinuxfs4
health-check-type: process
command: ./cloud_start.sh

Expand Down Expand Up @@ -49,4 +50,4 @@ applications:
LOGIN_IDP_AUTHORIZE_URL: https://secure.login.gov/openid_connect/authorize
LOGIN_TOKEN_ENDPOINT: https://secure.login.gov/api/openid_connect/token
LOGIN_CLIENT_ID: urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:challenge_portal_production
PUBLIC_ROOT_URL: https://www.challenge.gov
PUBLIC_ROOT_URL: https://www.challenge.gov

0 comments on commit af4f5fb

Please sign in to comment.