Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokgyuYun committed Aug 26, 2024
2 parents b09228d + c53ca22 commit 8ebce5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Make Env File
run: |
touch canbus-server/.env
echo "${{ secrets.ENV_FILE }}" >> canbus-server/.env
- name: Log in to Azure
uses: azure/login@v1
with:
Expand All @@ -26,8 +31,13 @@ jobs:
with:
appSourcePath: ${{ github.workspace }}/canbus-server
acrName: woowasiblings
acrUsername: ${{ secrets.ACR_USERNAME }}
acrPassword: ${{ secrets.ACR_PASSWORD }}
containerAppName: canbus-server
containerAppEnvironment: canbus-server-env
resourceGroup: rg-2024-Woowa-Siblings
imageToBuild: woowasiblings.azurecr.io/canbus-server:${{ github.sha }}
dockerfilePath: Dockerfile

# - name: Azure Container Apps Ingress Setting
# run: az containerapp ingress update --name canbus-server --resource-group rg-2024-Woowa-Siblings --target-port 8080 --allow-insecure

0 comments on commit 8ebce5d

Please sign in to comment.