Skip to content

Commit

Permalink
Add command to create the .cfg file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMike8 authored Dec 3, 2024
1 parent adb96f2 commit 88b8814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create .cfg file
run: |
touch application.cfg
echo "${{secrets.ENV_CONTENT}}" >> application.cfg
- name: Log in to the Container registry
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 88b8814

Please sign in to comment.