Dependency updates, update where postgresql password is set

This commit is contained in:
David Burke 2022-05-02 15:25:55 -04:00
parent f5bef70e04
commit 013c879d32
8 changed files with 10 additions and 19 deletions

View file

@ -26,14 +26,4 @@ upload:
script:
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@chart/glitchtip.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
only:
- master
pages:
stage: upload
artifacts:
paths:
- public
script:
- ls public
only:
- master
- tags