Skip to content

Commit

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

0 comments on commit a81c2c7

Please sign in to comment.