Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Nov 12, 2024
1 parent 06878b1 commit bd36b55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:

- run: gem install kamal

- name: Setup kamal secrets file
run: |
mkdir -p .kamal
touch .kamal/secrets
echo "${{ secrets.KAMAL_REGISTRY_PASSWORD }}" > .kamal/secrets
echo "${{ secrets.SV }}" > .kamal/secrets
chmod 600 .kamal/secrets
# - name: Setup kamal secrets file
# run: |
# mkdir -p .kamal
# touch .kamal/secrets
# echo "${{ secrets.KAMAL_REGISTRY_PASSWORD }}" > .kamal/secrets
# echo "${{ secrets.SV }}" > .kamal/secrets
# chmod 600 .kamal/secrets

- uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit bd36b55

Please sign in to comment.