Skip to content

Commit

Permalink
Resolved with AI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Feb 7, 2024
1 parent 5fc6e4b commit def7362
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_invoke_ssh.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- workflow
- main
jobs:
build:
name: Deploy
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM nginx:stable-alpine
COPY nginx_conf/nginx.conf /etc/nginx/nginx.conf
ADD ["ita-challenges-frontend/*", "/usr/share/nginx/html/"]
COPY dist/ita-challenges-frontend/* /usr/share/nginx/html/
#ADD ["dist/ita-challenges-frontend/*", "/usr/share/nginx/html/"]

EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
1 change: 1 addition & 0 deletions conf/.env.CI.dev
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
MICROSERVICE_DEPLOY=ita-challenges-frontend
MICROSERVICE_VERSION=1.0.2-RELEASE

0 comments on commit def7362

Please sign in to comment.