Skip to content

Commit

Permalink
fix: manually add env for azure
Browse files Browse the repository at this point in the history
fix: manually add env for azure
  • Loading branch information
HyggeHalcyon authored Jan 8, 2024
2 parents 03bbf38 + b909c31 commit 245cf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_NAME = <your database name>
DB_PORT = 5432

NGINX_PORT=8080
HTTP_PLATFORM_PORT=8888
GOLANG_PORT=8888

SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/azure_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
go-version: 1.18

- name: Set up Env
run: echo "${{ secrets.ENV_DEVELOPMENT }}" > build/.env

- name: Build
run: go build -o build/go-app.exe -v

Expand Down

0 comments on commit 245cf61

Please sign in to comment.