Skip to content

Commit

Permalink
Add premium on inte #ESPP-653
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Jan 19, 2023
1 parent a51a61e commit c84abbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
USER_NAME : ${{ secrets.AWS_USER }}
APP_SECRET: ${{ secrets.APP_SECRET }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
run: |
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} "
Expand All @@ -159,9 +160,9 @@ jobs:
git fetch --all &&
git reset --hard origin/master &&
make .env &&
cd front/gally-admin
git fetch --all &&
git reset --hard origin/main &&
cd front/gally-admin && git fetch --all && git reset --hard origin/main &&
cd /home/ubuntu/standalone &&
docker-compose run --rm php composer config repositories.gally-premium composer https://packagist.smile.fr/gally
docker-compose run --rm -e COMPOSER_AUTH=$COMPOSER_AUTH php composer require gally/gally-premium dev-master
SERVER_NAME=$HOSTNAME APP_SECRET=$APP_SECRET POSTGRES_PASSWORD=$POSTGRES_PASSWORD docker-compose -f docker-compose.yml -f docker-compose.int.yml up -d --build
"

0 comments on commit c84abbd

Please sign in to comment.