Skip to content

Commit

Permalink
fix generate keys paths and run command (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mryckman committed Nov 3, 2023
1 parent 2575de0 commit 49116e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gcp-cloudrun-postgres/generate_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cd ../../opr-core
npx run generatekeypair -- --publicfile opr-public-key.json --privatefile opr-private-key.json
cd ../../components/core
npm run generatekeypair -- --publicfile opr-public-key.json --privatefile opr-private-key.json
gsutil cp opr-public-key.json gs://$1-config/publickeys/opr-public-key.json
gsutil cp opr-private-key.json gs://$1-config/opr-private-key.json
rm opr-public-key.json
Expand Down

0 comments on commit 49116e9

Please sign in to comment.