Skip to content

Commit d4acdab

Browse files
committed
change deployment for docker and linux env .zip
1 parent 340e265 commit d4acdab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Docker Image
22
# This workflow builds a Docker image for EasyEarth App and pushes it to Docker Hub.
33

44
on:
5-
# push:
6-
# branches:
7-
# - yan
5+
push:
6+
branches:
7+
- yan
88
# - lucia
9-
# paths:
10-
# - 'Dockerfile'
11-
# # - 'docker-compose.yml'
12-
# - 'environment.yml'
13-
# - 'requirements.txt'
14-
# - 'easyearth/**'
9+
paths:
10+
- 'Dockerfile'
11+
# - 'docker-compose.yml'
12+
- 'environment.yml'
13+
- 'requirements.txt'
14+
- 'easyearth/**'
1515
# - '.github/workflows/deploy.yml'
1616
pull_request:
1717
branches:

utils/upload_to_gdrive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ def main(FILE_ID=None, shareable: bool = True, VERSION='', format='.zip') -> (st
9999

100100

101101
if __name__ == '__main__':
102-
# main(FILE_ID='1FXmE_R1ZRoH3IHzv139stxNywB3HfgXo', shareable=True, VERSION='', format='.zip') # Replace with your Google Drive file ID if updating an existing file
103-
main(FILE_ID=None, shareable=True, VERSION='', format='.zip') # For testing or new uploads
102+
main(FILE_ID='1FXmE_R1ZRoH3IHzv139stxNywB3HfgXo', shareable=True, VERSION='', format='.zip') # Replace with your Google Drive file ID if updating an existing file
103+
# main(FILE_ID=None, shareable=True, VERSION='', format='.zip') # For testing or new uploads
104104

0 commit comments

Comments
 (0)