Skip to content

Commit

Permalink
👷 ci: setup staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Nov 15, 2024
1 parent 223290e commit 6a76252
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ jobs:
uses: docker/setup-buildx-action@v3

- run: kamal version

# Setup kamal for the first time
- run: kamal setup

- run: kamal registry login --verbose

# Suggestion to use lock release and redeploy after reading comments from others. Deploying two builds could cause locking issues when the first is cancelled.
- run: kamal lock release --verbose

# Setup kamal for the first time
- run: kamal setup

# Deploy the app for all other times
# - run: kamal redeploy --verbose
- run: kamal redeploy --verbose

0 comments on commit 6a76252

Please sign in to comment.