Skip to content

Commit

Permalink
hotfix:actions
Browse files Browse the repository at this point in the history
  • Loading branch information
im-Qarch committed Apr 1, 2024
1 parent 9673341 commit 35b4014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
password: ${{ secrets.GIT_PERSONAL_ACCESS_TOKEN }}

- name: Load secrets and save to app.env
run: $APP_ENV | jq -r > app.env
run: |
$APP_ENV | jq -r > app.env
cat ./app.env

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 35b4014

Please sign in to comment.