File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
19- - run : docker compose build
19+ - name : Install 1Password CLI
20+ uses : 1password/install-cli-action@v1
21+ - name : Load secrets from 1Password
22+ uses : 1password/load-secrets-action/configure@v2
23+ with :
24+ service-account-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
25+ - run : op run --env-file=".env" -- docker compose build
2026 - run : docker compose down -v --remove-orphans
21- - run : docker compose up -d --wait backend frontend adminer
27+ - run : op run --env-file=".env" -- docker compose up -d --wait backend frontend adminer
2228 - name : Test backend is up
2329 run : curl http://localhost:8000/api/v1/utils/health-check
2430 - name : Test frontend is up
You can’t perform that action at this time.
0 commit comments