Skip to content

Commit

Permalink
update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
im-niber committed Aug 19, 2024
1 parent 62af587 commit d61152c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
uses: actions/checkout@v3
- name: Inject .env file
run: echo "${{ secrets.ENV_PROD }}" > ./.env
- name: test env file
run: ls -la
- name: chck env file
run: cat ./.env
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to NCP Container Registry
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Docker CI

on:
push:
branches:
- main
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:

jobs:
build:
Expand Down

0 comments on commit d61152c

Please sign in to comment.