forked from BLC/sgeUpdated
Add CI/CD deploy workflow update
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
docker build -t myapp:latest .
|
||||
docker run -d --name myapp -p 3000:3000 myapp:latest
|
||||
|
||||
|
||||
deploy_production:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user