Compare commits
No commits in common. "de23e8feefe09905d392bd73ee1f924b3d046125" and "06dae5154f5ba9cc869db273ed9af6f1c943dfcc" have entirely different histories.
de23e8feef
...
06dae5154f
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: [ prod ]
|
||||
runs-on: [ dev ]
|
||||
steps:
|
||||
- name: login
|
||||
run: docker login -u mathwave -p ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
run: docker build -t mathwave/sprint-repo:gitea-runner gitea-runner
|
||||
push:
|
||||
name: Push
|
||||
runs-on: [ prod ]
|
||||
runs-on: [ dev ]
|
||||
needs: build
|
||||
steps:
|
||||
- name: push nginx prod
|
||||
|
Loading…
Reference in New Issue
Block a user