mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Update deployment
This commit is contained in:
parent
aa9d67fdba
commit
1b5e79e420
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
labels:
|
||||
platform: linux/arm64
|
||||
platform: linux/aarch64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: deploy
|
||||
image: docker
|
||||
image: debian:stable-slim
|
||||
when:
|
||||
- branch: master
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue