Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DemocraciaEnRed/bien-restituido
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Oct 25, 2024
2 parents 3fa6336 + 3e24b65 commit 1e65c79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
string: ${{ github.repository }}
- name: Agregar envs
run: |
echo "${{ secrets.ENV_LOCAL }}" > .env.local
if [[ "${GITHUB_REF#refs/tags/}" == *"beta"* ]]; then
echo "${{ secrets.ENV_STAGING }}" > .env.local
else
echo "${{ secrets.ENV_PRODUCTION }}" > .env.local
fi
- name: Build & Push docker image
uses: mr-smithers-excellent/docker-build-push@v4
with:
Expand Down

0 comments on commit 1e65c79

Please sign in to comment.