Skip to content

Commit

Permalink
Merge branch 'master' of github.com:abhik-wil/deeplink-resolver-server
Browse files Browse the repository at this point in the history
  • Loading branch information
abhik-wil committed Jan 8, 2025
2 parents e7bb242 + 4465473 commit af06c55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/app-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
echo "POSTGRES_USER=${{ secrets.POSTGRES_USER }}" | sudo tee -a .env
echo "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" | sudo tee -a .env
echo "POSTGRES_DB=${{ secrets.POSTGRES_DB }}" | sudo tee -a .env
echo "ACCESS_TOKEN_REPO=${{ secrets.ACCESS_TOKEN_REPO }}" | sudo tee -a .env
echo "OWNER_NAME_REPO=${{ secrets.OWNER_NAME_REPO }}" | sudo tee -a .env
echo "STORAGE_REPO_NAME=${{ secrets.STORAGE_REPO_NAME }}" | sudo tee -a .env
echo "STARTING build"
sudo cp docker-compose.dev.yml docker-compose.yml
sudo docker compose up ondc_deep_link_app -d --build
Expand Down

0 comments on commit af06c55

Please sign in to comment.