Skip to content

Commit 6c5298c

Browse files
committed
test
1 parent 64ea84c commit 6c5298c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Deploy Frontend
22
on:
33
push:
44
branches:
5-
- 'main'
5+
- main
66

77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: docker build -t smaragda2/docker-learn -f Dockerfile.dev .
13-
- run: docker run -e CI=true smaragda2/docker-learn npm test
12+
- run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
13+
- run: docker build -t cygnetops/react-test -f Dockerfile.dev .
14+
- run: docker run -e CI=true cygnetops/react-test npm test

0 commit comments

Comments
 (0)