Skip to content

Commit

Permalink
add: mainにpush時のactions
Browse files Browse the repository at this point in the history
  • Loading branch information
bear-san committed Jun 11, 2024
1 parent d0f0ad6 commit 4449f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/on_pr_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Build
run: npm run build
working-directory: ./console/client
- name: ls
run: ls
working-directory: ./console/client
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion console/client/Dockerfile.gha
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.26
ADD out /usr/share/nginx/html
ADD ./out /usr/share/nginx/html

EXPOSE 80

0 comments on commit 4449f0b

Please sign in to comment.