Skip to content

Commit

Permalink
test auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Apr 18, 2024
1 parent 3c23b6a commit 6eba04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# permissions:
# contents: write
# packages: write
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
git add infra/web-app/deployment.yaml
git commit -m "Update web-app deployment" || echo "No changes to commit"
git push
git push origin ci-deployment -f

0 comments on commit 6eba04c

Please sign in to comment.