Skip to content

Commit

Permalink
fix: migration issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HyggeHalcyon committed Jan 8, 2024
1 parent f127a88 commit 2c502a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/azure_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Set up Env
run: echo "${{ secrets.ENV_DEVELOPMENT }}" > build/.env

- name: Copy migration files
run: xcopy /i migrations build\migrations

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

Expand All @@ -29,4 +32,4 @@ jobs:
app-name: tedxits-dev
# Applies to Web App only: Path to package or folder. *.zip, *.war, *.jar or a folder to deploy
package: build/
publish-profile: ${{ secrets.AZUREWEBAPPPUBLISHPROFILEDEVELOPMENT }}
publish-profile: ${{ secrets.AZUREWEBAPPPUBLISHPROFILE_DEVELOPMENT }}

0 comments on commit 2c502a5

Please sign in to comment.