Skip to content

Commit

Permalink
cicd: debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 7, 2024
1 parent a81c2c7 commit 334db11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
- name: Build Docker Image
run: |
mkdir ./keys
ls
echo '${{ secrets.CREDENTIALS }}' > ./keys/credentials.json
cat ./keys/credentials.json
ls
# - name: Checkout
# uses: actions/checkout@v3
# - name: Build Docker Image
Expand Down

0 comments on commit 334db11

Please sign in to comment.