Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
migraf committed Mar 30, 2022
1 parent 7ddc1f8 commit e13b088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: build



on:
push:
branches: [ master ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: main
on:
push:
tags:
- 'v*'
- v*

jobs:
build:
runs-on: [ self-hosted, docker, linux, x64 ]

strategy:
matrix:
node-version: [16.x]
node-version: [ 16.x ]

steps:
- uses: actions/checkout@v3
Expand All @@ -31,5 +31,5 @@ jobs:
CONTAINER_REGISTRY: ${{ secrets.DEV_REGISTRY }},${{ secrets.DMZ_REGISTRY }},${{ secrets.STAGING_REGISTRY }}
REGISTRY_USERNAME: ${{ secrets.DEV_REGISTRY_USER }},${{ secrets.DMZ_USERNAME }},${{ secrets.STAGING_USERNAME }
REGISTRY_PASSWORD: ${{ secrets.DEV_REGISTRY_PASSWORD }},${{ secrets.DMZ_PASSWORD }},${{ secrets.STAGING_PASSWORD }}
CENTRAL_API_CONNECTION_STRING: ${{ secrets.CENTRAL_API_CONNECTION_STRING}}
CENTRAL_API_CONNECTION_STRING: ${{ secrets.CENTRAL_API_CONNECTION_STRING }}
run: npm run start

0 comments on commit e13b088

Please sign in to comment.