Skip to content

Commit

Permalink
Deploy: Disable GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Jun 16, 2024
1 parent b1ec525 commit dc5f4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deployment
on:
push:
branches:
- deploy
# - deploy

jobs:
push-to-gitlab:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: develop build test
on:
push:
branches:
- develop
# - develop

jobs:
build-test:
Expand All @@ -18,4 +18,4 @@ jobs:
context: ./frontend
file: frontend/Dockerfile
load: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/5wonju-frontend:test
tags: ${{ secrets.DOCKERHUB_USERNAME }}/5wonju-frontend:test

0 comments on commit dc5f4d7

Please sign in to comment.