Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DevRico003 committed Jan 12, 2024
1 parent da3c231 commit 22a98c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ jobs:
bundler-cache: true
ruby-version: 2.7.2

- name: Install Kamal
run: gem install kamal

- name: Deploy command
run: exec kamal deploy --skip-push
run: kamal deploy --skip-push
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 22a98c7

Please sign in to comment.