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 6a76252 commit 0a235a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- run: kamal version

# Setup kamal for the first time
- run: kamal setup
# Might need to run `sudo usermod -aG docker $USER | newgrp docker | docker ps` to add the user to the docker group if the user is not already in the docker group
# - run: kamal setup

# Login to the registry on the server
- 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.
Expand Down

0 comments on commit 0a235a6

Please sign in to comment.