This commit is contained in:
parent
7f0d4dbc09
commit
f3ac24070d
@ -5,15 +5,12 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
Build:
|
||||||
# defaults:
|
runs-on: ubuntu-latest
|
||||||
# run:
|
|
||||||
# working-directory: /repo
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: pull
|
||||||
run: git pull tgj.services/git/ThatGuyJack/php-fpm-docker main
|
run: git pull https://tgj.services/git/ThatGuyJack/php-fpm-docker.git
|
||||||
|
- name: Build
|
||||||
- name: Deploy
|
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin
|
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u thatguyjack --password-stdin
|
||||||
docker build -t tgj.services/git/php-fpm:latest .
|
docker build -t tgj.services/git/php-fpm:latest .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user