Skip to content

Commit

Permalink
fix: Don't call op signin in CI, we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatov committed Jul 5, 2024
1 parent bb6e06d commit 611f7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .env.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%= `op signin --account my` %>

<%= `op signin --account my` unless ENV['CI'] %>
RAILS_MASTER_KEY=<%= `op read "op://BeBePe DevOps/ENV/RAILS_MASTER_KEY" -n` %>
POSTGRES_PASSWORD=<%= `op read "op://BeBePe DevOps/ENV/POSTGRES_PASSWORD" -n` %>
DOCKER_REGISTRY_USER=<%= `op read "op://BeBePe DevOps/Docker Hub/username" -n` %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/index/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
and grow your career with ease!
</p>
<div class="mt-10 flex items-center justify-center gap-x-6 text-gray-600">
Coming soon. Stay tuned...
Coming soon. Stay tuned!..
</div>
</div>
</div>

0 comments on commit 611f7c5

Please sign in to comment.