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 2ef13c7 commit 4d72f93
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
# lfs: false
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true

- name: Setup kamal secrets file
run: |
mkdir -p .kamal
Expand All @@ -40,14 +45,14 @@ jobs:
echo "${{ secrets.SV }}" > .kamal/secrets
chmod 600 .kamal/secrets
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- run: gem install kamal

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- uses: docker/setup-buildx-action@v3

- run: kamal lock release

- run: kamal deploy

0 comments on commit 4d72f93

Please sign in to comment.