Skip to content

Commit

Permalink
Merge pull request #322 from open-contracting/ci/add_env_data_registry
Browse files Browse the repository at this point in the history
add DATAREGISTRY_MEDIA_ROOT
  • Loading branch information
anton-shakh-qg authored Aug 9, 2021
2 parents 25139ef + 99a4ec9 commit f595929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ jobs:
echo "DOMAIN=${{ secrets.DOMAIN }}" >> .env
echo "API_DOMAIN=${{ secrets.API_DOMAIN }}" >> .env
echo "ACME_EMAIL=${{ secrets.ACME_EMAIL }}" >> .env
echo "DATA_DIR=/data" >> .env
echo "DATA_DIR=/data/spoonbill" >> .env
echo "DATAREGISTRY_MEDIA_ROOT=/data/exporter_dumps" >> .env
echo "API_PREFIX=api/" >> .env
- name: Copy .env
uses: garygrossgarten/github-action-scp@release
Expand Down

0 comments on commit f595929

Please sign in to comment.