mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
do not reexport connection string
This commit is contained in:
parent
efb8676c8e
commit
124fdc82a7
@ -313,8 +313,7 @@ jobs:
|
||||
sudo apt-get update && sudo apt-get install -qq -y python-pip libpython-dev
|
||||
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
|
||||
sudo pip install -q awscli --upgrade
|
||||
export POSTGRES_CONNECTION_STRING=$(aws secretsmanager get-secret-value --secret-id $SECRET_ID_SERVER_CONNECTION_STRING | jq -r '.SecretString')
|
||||
go run cmd/migrate/main.go
|
||||
go run cmd/migrate/main.go -conn $(aws secretsmanager get-secret-value --secret-id $SECRET_ID_SERVER_CONNECTION_STRING | jq -r '.SecretString')
|
||||
- run:
|
||||
name: Deploy
|
||||
working_directory: ~/offen
|
||||
|
Loading…
Reference in New Issue
Block a user