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 5faaf0c commit f111d72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
# - run: kamal setup

# Login to the registry on the server
# - run: kamal registry login
- run: kamal registry login --verbose
- run: kamal registry login
# - 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
- run: kamal lock release --verbose
- run: kamal lock release
# - run: kamal lock release --verbose

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

0 comments on commit f111d72

Please sign in to comment.