Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Oct 9, 2023
1 parent 5ab7a65 commit 887fcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
key: ${{ secrets.SECRET_SSH_KEY }}
script: |
echo $PRODUCTION_ENV > .env.production
ls
docker pull ${{ secrets.AWS_ACCOUNT_ID }}.${{ secrets.ECR_REGISTRY }}/ufabc-next-backend:${{ github.sha }}
docker run --name ufabc-next-backend --env-file ./.env.production -d -p ${{ secrets.PORT }}:${{ secrets.PORT }} ${{ secrets.AWS_ACCOUNT_ID }}.${{ secrets.ECR_REGISTRY }}/ufabc-next-backend:${{ github.sha }}

0 comments on commit 887fcbf

Please sign in to comment.