Skip to content

Commit 6925866

Browse files
committed
2 parents 24d7560 + c622f04 commit 6925866

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/consumer-actions.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
paths:
66
- "messagequeue/consumer/HomePlus_consumer.py"
77
- "messagequeue/consumer/Oasis_consumer.py"
8-
- "messagequeue/consumer/Posty_consumer.py"
98
branches:
109
- main # 원하는 브랜치로 설정 가능
1110

@@ -32,6 +31,5 @@ jobs:
3231
chmod 600 ~/.ssh/id_rsa
3332
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/messagequeue/consumer/HomePlus_consumer.py" ${GCE_USER}@${GCE_IP}:${GCE_USER_HOME}/HomePlus_consumer.py
3433
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/messagequeue/consumer/Oasis_consumer.py" ${GCE_USER}@${GCE_IP}:${GCE_USER_HOME}/Oasis_consumer.py
35-
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/messagequeue/consumer/Posty_consumer.py" ${GCE_USER}@${GCE_IP}:${GCE_USER_HOME}/Posty_consumer.py
3634
3735

.github/workflows/dag-actions.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- "airflow/HomePlus_dag.py"
77
- "airflow/Oasis_dag.py"
88
- "airflow/requirements/modules.py"
9-
- "airflow/requirements/packages.py"
109
branches:
1110
- main
1211

@@ -44,5 +43,4 @@ jobs:
4443
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/airflow/HomePlus_dag.py" ${GCE_USER}@${GCE_IP}:${GCE_AIRFLOW_HOME}/dags/HomePlus_dag.py
4544
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/airflow/Oasis_dag.py" ${GCE_USER}@${GCE_IP}:${GCE_AIRFLOW_HOME}/dags/Oasis_dag.py
4645
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/airflow/requirements/modules.py" ${GCE_USER}@${GCE_IP}:${GCE_AIRFLOW_HOME}/dags/requirements/modules.py
47-
rsync -avz -e "ssh -o StrictHostKeyChecking=no" "$GITHUB_WORKSPACE/airflow/requirements/packages.py" ${GCE_USER}@${GCE_IP}:${GCE_AIRFLOW_HOME}/dags/requirements/packages.py
4846

0 commit comments

Comments
 (0)