Skip to content

Commit f1a884a

Browse files
committed
Update build.yaml
1 parent 26e2ccf commit f1a884a

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,6 @@ jobs:
3030
# - name: Generate release notes
3131
# run:
3232
# ./gen-rel-notes.sh > CHANGELOG
33-
34-
# JM: trying to get gha caching to work, no dice yet.
35-
# - name: Prepare .env
36-
# run: |
37-
# cp tdei_uw.env .env
38-
# echo "CODE_VERSION=${CODE_VERSION}" >> .env
39-
40-
# - name: Build and push
41-
# uses: docker/bake-action@v6
42-
# with:
43-
# push: true
44-
# files:
45-
# docker-buildx.build.hcl
46-
# env:
47-
# ENV: ${{ vars.ENV }}
48-
# WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
49-
50-
# # passwords
51-
# WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
52-
# WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
53-
# WS_OSM_DB_PASS: ${{ secrets.WS_OSM_DB_PASS }}
54-
# WS_OSM_SECRET_KEY_BASE: ${{ secrets.WS_OSM_SECRET_KEY_BASE }}
55-
# WS_SMTP_PASS: ${{ secrets.WS_SMTP_PASS }}
56-
# WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
57-
# WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
5833

5934
- name: Build and push
6035
run: |
@@ -107,7 +82,7 @@ jobs:
10782
docker context use dev
10883
10984
# remove images no longer in use--may need disk space to pull
110-
# docker image prune -a -f
85+
docker image prune -a -f
11186
11287
# pull new images, recreate containers
11388
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --force-recreate --remove-orphans

0 commit comments

Comments
 (0)