Skip to content

Commit

Permalink
feat: trying to deploy. updated .bowerrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomarrocoli committed Apr 28, 2023
1 parent 5438c8d commit 4454b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"directory" : "web/public",
"registry": "https://registry.bower.io"
"registry": "https://registry.bower.io",
"strict-ssl": false
}
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set :stage, :staging
set :branch, "develop"
set :branch, "feat/188/add-fields-to-api"
server "stage.protectedplanet.net", user: "wcmc", roles: %w{app web db}

set :domain, "protectedplanet-api-staging.protectedplanet.net"
Expand Down

0 comments on commit 4454b7e

Please sign in to comment.