Skip to content

Commit

Permalink
Merge pull request #352 from hackforla/dev
Browse files Browse the repository at this point in the history
Copying over settings file before docker build
  • Loading branch information
sellnat77 authored Mar 2, 2020
2 parents 4b17778 + ae9bb4e commit 4fabbc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Publish_Backend_Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Setup settings
run: |
cp server/settings.example.cfg server/settings.cfg
- name: Build and Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand Down

0 comments on commit 4fabbc8

Please sign in to comment.