Skip to content

Commit 7857da2

Browse files
committed
change
1 parent 39111b9 commit 7857da2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
--context=git://github.com/${{ github.repository }}#${{ github.ref }} \
3131
--context-sub-path=./backend \
3232
--cleanup \
33-
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-${{ inputs.githash }}
33+
--destination=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.eu-central-1.amazonaws.com/pythonit/pycon-backend:arm-test

backend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ RUN mkdir -p assets && .venv/bin/python manage.py collectstatic --noinput
9191

9292
ENTRYPOINT ["/home/app/.venv/bin/gunicorn"]
9393
CMD [ "pycon.wsgi" ]
94-
#test

0 commit comments

Comments
 (0)