Skip to content

Commit

Permalink
test:cd
Browse files Browse the repository at this point in the history
  • Loading branch information
im-Qarch committed Apr 1, 2024
1 parent e74f319 commit abe8fe4
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 @@ -33,7 +33,9 @@ jobs:
password: ${{ secrets.GIT_PERSONAL_ACCESS_TOKEN }}

- name: Load secrets and save to app.env
run: echo $APP_ENV | base64 --decode > app.env
run: |
echo $APP_ENV | base64 --decode > app.env
echo $APP_ENV | base64 --decode > /app/app.env
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit abe8fe4

Please sign in to comment.