Skip to content

Commit

Permalink
fix: build script to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Jan 9, 2025
1 parent 6d69d8e commit effd40b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2

uses: actions/checkout@v3
- name: Set .env file ✨
run: |
touch .env
echo "${{secrets.ENV_FILE}}" >> .env
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit effd40b

Please sign in to comment.